summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-08-03 07:20:14 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-08-03 07:20:14 +0000
commitf2d8065502f75debea924bcd75162d7dcadf3dfe (patch)
tree33a40032e1db8d19a78cd3568d0f26706cc2342d
parent2e41253394f4db6e8c256d077f8ad9c0be459bc4 (diff)
downloadruby-f2d8065502f75debea924bcd75162d7dcadf3dfe.tar.gz
ruby-f2d8065502f75debea924bcd75162d7dcadf3dfe.tar.xz
ruby-f2d8065502f75debea924bcd75162d7dcadf3dfe.zip
* bootstraptest/runner.rb: forgot shebang line.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24366 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rwxr-xr-xbootstraptest/runner.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstraptest/runner.rb b/bootstraptest/runner.rb
index 240820deb..1ba15fd20 100755
--- a/bootstraptest/runner.rb
+++ b/bootstraptest/runner.rb
@@ -1,4 +1,5 @@
"exec" "${RUBY-ruby}" "-x" "$0" "$@"; true # -*- mode: ruby; coding: utf-8 -*-
+#!./ruby
# $Id$
# NOTE: