ruby-changes:27373
From: nobu <ko1@a...>
Date: Sat, 23 Feb 2013 13:51:34 +0900 (JST)
Subject: [ruby-changes:27373] nobu:r39425 (trunk): merger.rb: runnable
nobu 2013-02-23 13:51:12 +0900 (Sat, 23 Feb 2013) New Revision: 39425 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=39425 Log: merger.rb: runnable * tool/merger.rb: make runnable. Modified files: trunk/tool/merger.rb Index: tool/merger.rb =================================================================== --- tool/merger.rb (revision 39424) +++ tool/merger.rb (revision 39425) @@ -1,4 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/tool/merger.rb#L1 -#! /bin/ruby +#!/bin/sh +# -*- ruby -*- +exec "${RUBY-ruby}" "-x" "$0" "$@" && [ ] if false +#!ruby # This needs ruby 1.9 and subversion. # run this in a repository to commit. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/