summaryrefslogtreecommitdiffstats
path: root/runruby.rb
diff options
context:
space:
mode:
Diffstat (limited to 'runruby.rb')
-rwxr-xr-xrunruby.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/runruby.rb b/runruby.rb
index 95e2906ca..8b0e9c20e 100755
--- a/runruby.rb
+++ b/runruby.rb
@@ -46,7 +46,6 @@ 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) << "-"