Revision
1898
Author
lsansonetti@apple.com
Date
2009-06-19 19:41:50 -0700 (Fri, 19 Jun 2009)

Log Message

don't use system because it's still broken on 0.5

Modified Paths

Diff

Modified: MacRuby/branches/experimental/bin/ruby_select (1897 => 1898)


--- MacRuby/branches/experimental/bin/ruby_select	2009-06-20 02:29:48 UTC (rev 1897)
+++ MacRuby/branches/experimental/bin/ruby_select	2009-06-20 02:41:50 UTC (rev 1898)
@@ -25,4 +25,4 @@
 
 line = "#{path}/usr/bin/macruby"
 ARGV.each { |x| line << ' \'' << x << '\' ' }
-system(line)
+puts `#{line}`