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

ruby-changes:15267

From: naruse <ko1@a...>
Date: Thu, 1 Apr 2010 20:29:50 +0900 (JST)
Subject: [ruby-changes:15267] Ruby:r27151 (trunk): fix path to bin/rake from the test utility file.

naruse	2010-04-01 20:29:35 +0900 (Thu, 01 Apr 2010)

  New Revision: 27151

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

  Log:
    fix path to bin/rake from the test utility file.

  Modified files:
    trunk/test/rubygems/gemutilities.rb

Index: test/rubygems/gemutilities.rb
===================================================================
--- test/rubygems/gemutilities.rb	(revision 27150)
+++ test/rubygems/gemutilities.rb	(revision 27151)
@@ -566,7 +566,7 @@
 
   @@ruby = rubybin
   env_rake = ENV['rake']
-  ruby19_rake = File.expand_path("../../../bin/rake", __FILE__)
+  ruby19_rake = File.expand_path("../../bin/rake", __FILE__)
   @@rake = if env_rake then
              ENV["rake"]
            elsif File.exist? ruby19_rake then

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

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