summaryrefslogtreecommitdiffstats
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
commite0910767b6e775b2766fba360b3e10d9f7bd8dd6 (patch)
tree4b4dfbf85450d28675e4d145696e107fd78ee04b
parent9a332ae56035fec60a5df9aaf33460bd66fa8f7e (diff)
downloadruby-e0910767b6e775b2766fba360b3e10d9f7bd8dd6.tar.gz
ruby-e0910767b6e775b2766fba360b3e10d9f7bd8dd6.tar.xz
ruby-e0910767b6e775b2766fba360b3e10d9f7bd8dd6.zip
* bootstraptest/runner.rb: made executable.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24357 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-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 aff5a54ee..46638a5c9 100644..100755
--- a/bootstraptest/runner.rb
+++ b/bootstraptest/runner.rb
@@ -1,3 +1,6 @@
+#!/bin/sh
+exec ruby -x "$0" "$@"
+#!ruby
# $Id$
# NOTE: