From db1f7079b6ff3c7227f20fc9c0743f9147bba2d2 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 25 Oct 2012 10:07:22 +0000 Subject: remove string literal concatenation git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37326 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- bootstraptest/runner.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bootstraptest/runner.rb') diff --git a/bootstraptest/runner.rb b/bootstraptest/runner.rb index 0dd1e35a88..60c9d26d95 100755 --- a/bootstraptest/runner.rb +++ b/bootstraptest/runner.rb @@ -1,4 +1,5 @@ -"exec" "${RUBY-ruby}" "-x" "$0" "$@" || true # -*- mode: ruby; coding: utf-8 -*- +#!/bin/sh +exec "${RUBY-ruby}" -x "$0" "$@" # -*- mode: ruby; coding: utf-8 -*- #!./ruby # $Id$ -- cgit v1.2.3