ruby-changes:12649
From: nobu <ko1@a...>
Date: Mon, 3 Aug 2009 15:38:35 +0900 (JST)
Subject: [ruby-changes:12649] Ruby:r24363 (trunk): * bootstraptest/runner.rb: got rid of using /bin/sh.
nobu 2009-08-03 15:35:38 +0900 (Mon, 03 Aug 2009) New Revision: 24363 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=24363 Log: * bootstraptest/runner.rb: got rid of using /bin/sh. Modified files: trunk/bootstraptest/runner.rb Index: bootstraptest/runner.rb =================================================================== --- bootstraptest/runner.rb (revision 24362) +++ bootstraptest/runner.rb (revision 24363) @@ -1,6 +1,4 @@ -#!/bin/sh -exec ruby -x "$0" "$@" -#!ruby +"exec" "${RUBY-ruby}" "-x" "$0" "$@"; true # -*- mode: ruby; coding: utf-8 -*- # $Id$ # NOTE: -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/