mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
merger.rb: runnable
* tool/merger.rb: make runnable. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39425 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
0ac71e725c
commit
de697194c2
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,7 @@
|
||||||
#! /bin/ruby
|
#!/bin/sh
|
||||||
|
# -*- ruby -*-
|
||||||
|
exec "${RUBY-ruby}" "-x" "$0" "$@" && [ ] if false
|
||||||
|
#!ruby
|
||||||
# This needs ruby 1.9 and subversion.
|
# This needs ruby 1.9 and subversion.
|
||||||
# run this in a repository to commit.
|
# run this in a repository to commit.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue