[前][次][番号順一覧][スレッド一覧]

ruby-changes:12644

From: nobu <ko1@a...>
Date: Sun, 2 Aug 2009 21:06:43 +0900 (JST)
Subject: [ruby-changes:12644] Ruby:r24357 (trunk): * bootstraptest/runner.rb: made executable.

nobu	2009-08-02 21:06:31 +0900 (Sun, 02 Aug 2009)

  New Revision: 24357

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=24357

  Log:
    * bootstraptest/runner.rb: made executable.

  Modified files:
    trunk/bootstraptest/runner.rb

Index: bootstraptest/runner.rb
===================================================================
--- bootstraptest/runner.rb	(revision 24356)
+++ bootstraptest/runner.rb	(revision 24357)
@@ -1,3 +1,6 @@
+#!/bin/sh
+exec ruby -x "$0" "$@"
+#!ruby
 # $Id$
 
 # NOTE:

Property changes on: bootstraptest/runner.rb
___________________________________________________________________
Name: svn:executable
   + *


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]