From 56519d744eea72ace7c325d37b493ab9217ef44f Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 9 Jun 2010 23:48:58 +0000 Subject: Rakefile: isolate to rbx directory We haven't started using isolate with Rubinius, yet, but we may soon. --- Rakefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index feace20..9f72bd0 100644 --- a/Rakefile +++ b/Rakefile @@ -192,9 +192,10 @@ end task :isolate do require 'isolate' + ruby_engine = defined?(RUBY_ENGINE) ? RUBY_ENGINE : 'ruby' opts = { :system => false, - :path => "tmp/isolate/ruby-#{RUBY_VERSION}", + :path => "tmp/isolate/#{ruby_engine}-#{RUBY_VERSION}", :multiruby => false, # we want "1.8.7" instead of "1.8" } fp = File.open(__FILE__, "rb") -- cgit v1.2.3-24-ge0c7