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:
parent
f2d7ba6a74
commit
cb8eb37377
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue