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

ruby-changes:27262

From: nobu <ko1@a...>
Date: Tue, 19 Feb 2013 12:49:45 +0900 (JST)
Subject: [ruby-changes:27262] nobu:r39314 (trunk): * tool/mkrunnable.rb: needs rbconfig.rb.

nobu	2013-02-19 12:49:35 +0900 (Tue, 19 Feb 2013)

  New Revision: 39314

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

  Log:
    * tool/mkrunnable.rb: needs rbconfig.rb.

  Modified files:
    trunk/tool/mkrunnable.rb

Index: tool/mkrunnable.rb
===================================================================
--- tool/mkrunnable.rb	(revision 39313)
+++ tool/mkrunnable.rb	(revision 39314)
@@ -1,6 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/tool/mkrunnable.rb#L1
 #!./miniruby
 # -*- coding: us-ascii -*-
 
+require './rbconfig'
 require 'fileutils'
 
 case ARGV[0]

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

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