[macruby-changes] [243] MacRuby/trunk/instruby.rb

source_changes at macosforge.org source_changes at macosforge.org
Mon Jun 2 12:55:26 PDT 2008


Revision: 243
          http://trac.macosforge.org/projects/ruby/changeset/243
Author:   lsansonetti at apple.com
Date:     2008-06-02 12:55:25 -0700 (Mon, 02 Jun 2008)

Log Message:
-----------
fixed call to markgc

Modified Paths:
--------------
    MacRuby/trunk/instruby.rb

Modified: MacRuby/trunk/instruby.rb
===================================================================
--- MacRuby/trunk/instruby.rb	2008-06-02 03:10:22 UTC (rev 242)
+++ MacRuby/trunk/instruby.rb	2008-06-02 19:55:25 UTC (rev 243)
@@ -497,7 +497,7 @@
   end
 end
 Dir.glob('/System/Library/Frameworks/**/BridgeSupport/*.dylib').each do |p|
-  unless system("markgc '#{p}' >& /dev/null")
+  unless system("./markgc '#{p}' >& /dev/null")
     $stderr.puts "cannot markgc #{p}"
     exit 1
   end

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macruby-changes/attachments/20080602/ea48ec34/attachment.htm 


More information about the macruby-changes mailing list