Skip to content

Commit

Permalink
fixed call to markgc
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.macosforge.org/repository/ruby/MacRuby/trunk@243 23306eb0-4c56-4727-a40e-e92c0eb68959
  • Loading branch information
lrz committed Jun 2, 2008
1 parent 1814694 commit 1bb02dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion instruby.rb
Expand Up @@ -497,7 +497,7 @@ def install_stuff(what, from, to, mode)
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
Expand Down

0 comments on commit 1bb02dd

Please sign in to comment.