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