summaryrefslogtreecommitdiffstats
path: root/bootstraptest
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-08-03 06:35:38 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-08-03 06:35:38 +0000
commit92e3384f5c6bb922ed5768262b8b87e205f0568d (patch)
tree1de38faf41a6c44b8171a6254dce5c6f457bcde3 /bootstraptest
parentc4c232529a1639d21685c08646f10860e4672fee (diff)
downloadruby-92e3384f5c6bb922ed5768262b8b87e205f0568d.tar.gz
ruby-92e3384f5c6bb922ed5768262b8b87e205f0568d.tar.xz
ruby-92e3384f5c6bb922ed5768262b8b87e205f0568d.zip
* bootstraptest/runner.rb: got rid of using /bin/sh.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24363 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'bootstraptest')
-rwxr-xr-xbootstraptest/runner.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/bootstraptest/runner.rb b/bootstraptest/runner.rb
index 46638a5c9..240820deb 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: