From 8b0fef3747e8b6dcf13ed97404c6642495964b94 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 3 Aug 2009 06:35:38 +0000 Subject: * bootstraptest/runner.rb: got rid of using /bin/sh. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24363 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- bootstraptest/runner.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'bootstraptest/runner.rb') diff --git a/bootstraptest/runner.rb b/bootstraptest/runner.rb index 46638a5c90..240820deb3 100755 --- a/bootstraptest/runner.rb +++ b/bootstraptest/runner.rb @@ -1,6 +1,4 @@ -#!/bin/sh -exec ruby -x "$0" "$@" -#!ruby +"exec" "${RUBY-ruby}" "-x" "$0" "$@"; true # -*- mode: ruby; coding: utf-8 -*- # $Id$ # NOTE: -- cgit v1.2.3