summaryrefslogtreecommitdiff
path: root/runruby.rb
diff options
context:
space:
mode:
authordrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-30 18:46:21 +0000
committerdrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-30 18:46:21 +0000
commit5c8ab4d9c2931c0e0f1ee58e516c91f1e9a47486 (patch)
treec37898d3b18557bd09c2f168f38b0059d11b63f8 /runruby.rb
parentfd77e489f27bccec42844ff3da9e654e049de900 (diff)
RubyGems patches by Yusuke ENDOH [ruby-core:17442], [ruby-core:17444].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17754 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'runruby.rb')
-rwxr-xr-xrunruby.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/runruby.rb b/runruby.rb
index 8b0e9c20e5..95e2906cad 100755
--- a/runruby.rb
+++ b/runruby.rb
@@ -46,6 +46,7 @@ libs << File.expand_path("lib", srcdir)
config["bindir"] = abs_archdir
ENV["RUBY"] = File.expand_path(ruby)
ENV["PATH"] = [abs_archdir, ENV["PATH"]].compact.join(File::PATH_SEPARATOR)
+ENV["rake"] = ENV["RUBY"] + " " + File.join(abs_archdir, "bin", "rake")
if pure
libs << File.expand_path("ext", srcdir) << "-"