[macruby-changes] [700] MacRuby/trunk/data/hotcocoa_template/Rakefile

source_changes at macosforge.org source_changes at macosforge.org
Sun Nov 2 21:10:32 PST 2008


Revision: 700
          http://trac.macosforge.org/projects/ruby/changeset/700
Author:   rich at infoether.com
Date:     2008-11-02 21:10:30 -0800 (Sun, 02 Nov 2008)
Log Message:
-----------
fix paths

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

Modified: MacRuby/trunk/data/hotcocoa_template/Rakefile
===================================================================
--- MacRuby/trunk/data/hotcocoa_template/Rakefile	2008-11-03 04:51:29 UTC (rev 699)
+++ MacRuby/trunk/data/hotcocoa_template/Rakefile	2008-11-03 05:10:30 UTC (rev 700)
@@ -8,9 +8,9 @@
 end
 
 task :run => [:build] do
-  `open "#{AppConfig.name}.app"`
+  `/usr/bin/open "#{AppConfig.name}.app"`
 end
 
 task :clean do
-  `rm -rf "#{AppConfig.name}.app"`
+  `/bin/rm -rf "#{AppConfig.name}.app"`
 end
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20081102/9c473131/attachment-0001.html>


More information about the macruby-changes mailing list