From 9997227af889127eb1af4298e485708c4be3b367 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 3 Aug 2009 07:20:14 +0000 Subject: [PATCH] * bootstraptest/runner.rb: forgot shebang line. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24366 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- bootstraptest/runner.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstraptest/runner.rb b/bootstraptest/runner.rb index 240820deb3..1ba15fd207 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: