From 59e5d0f1779304baf931f2bd6bf82f168cbc9ef4 Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 2 Aug 2009 12:06:31 +0000 Subject: * bootstraptest/runner.rb: made executable. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24357 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- bootstraptest/runner.rb | 3 +++ 1 file changed, 3 insertions(+) mode change 100644 => 100755 bootstraptest/runner.rb (limited to 'bootstraptest') diff --git a/bootstraptest/runner.rb b/bootstraptest/runner.rb old mode 100644 new mode 100755 index aff5a54ee7..46638a5c90 --- a/bootstraptest/runner.rb +++ b/bootstraptest/runner.rb @@ -1,3 +1,6 @@ +#!/bin/sh +exec ruby -x "$0" "$@" +#!ruby # $Id$ # NOTE: -- cgit v1.2.3