[macruby-changes] [3042] MacRuby/trunk/Rakefile

source_changes at macosforge.org source_changes at macosforge.org
Tue Nov 24 17:22:38 PST 2009


Revision: 3042
          http://trac.macosforge.org/projects/ruby/changeset/3042
Author:   lsansonetti at apple.com
Date:     2009-11-24 17:22:35 -0800 (Tue, 24 Nov 2009)
Log Message:
-----------
ignore RUBYOPT

Modified Paths:
--------------
    MacRuby/trunk/Rakefile

Modified: MacRuby/trunk/Rakefile
===================================================================
--- MacRuby/trunk/Rakefile	2009-11-23 09:46:14 UTC (rev 3041)
+++ MacRuby/trunk/Rakefile	2009-11-25 01:22:35 UTC (rev 3042)
@@ -2,6 +2,8 @@
 
 # See ./rakelib/*.rake for all tasks.
 
+ENV['RUBYOPT'] = '' # no RUBYOPT for spawned MacRuby processes
+
 desc "Same as all"
 task :default => :all
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20091124/4b19fd86/attachment.html>


More information about the macruby-changes mailing list