1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Now tool/merger.rb may use Git [ci skip]

This commit is contained in:
Takashi Kokubun 2019-04-28 21:53:57 +09:00
parent f2d7ba6a74
commit cb8eb37377
No known key found for this signature in database
GPG key ID: 6FFC433B12EE23DD

View file

@ -2,7 +2,7 @@
# -*- ruby -*- # -*- ruby -*-
exec "${RUBY-ruby}" "-x" "$0" "$@" && [ ] if false exec "${RUBY-ruby}" "-x" "$0" "$@" && [ ] if false
#!ruby #!ruby
# This needs ruby 1.9 and subversion. # This needs ruby 1.9, Subversion and Git.
# As a Ruby committer, run this in an SVN repository # As a Ruby committer, run this in an SVN repository
# to commit a change. # to commit a change.