summaryrefslogtreecommitdiff
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
commit8b0fef3747e8b6dcf13ed97404c6642495964b94 (patch)
tree1de38faf41a6c44b8171a6254dce5c6f457bcde3
parent45cd729f17d6585c00241b230f2f2dd0e5e2db52 (diff)
* 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
-rwxr-xr-xbootstraptest/runner.rb4
1 files changed, 1 insertions, 3 deletions
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: