summaryrefslogtreecommitdiff
path: root/bootstraptest/runner.rb
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-08-02 12:06:31 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-08-02 12:06:31 +0000
commit59e5d0f1779304baf931f2bd6bf82f168cbc9ef4 (patch)
tree4b4dfbf85450d28675e4d145696e107fd78ee04b /bootstraptest/runner.rb
parent6a26b59600c7c66611c9a52038bb95ff4d4194c0 (diff)
* bootstraptest/runner.rb: made executable.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24357 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'bootstraptest/runner.rb')
-rwxr-xr-x[-rw-r--r--]bootstraptest/runner.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/bootstraptest/runner.rb b/bootstraptest/runner.rb
index aff5a54ee7..46638a5c90 100644..100755
--- a/bootstraptest/runner.rb
+++ b/bootstraptest/runner.rb
@@ -1,3 +1,6 @@
+#!/bin/sh
+exec ruby -x "$0" "$@"
+#!ruby
# $Id$
# NOTE: