[macruby-changes] [266] MacRuby/tags/0.2/instruby.rb

source_changes at macosforge.org source_changes at macosforge.org
Fri Jun 6 20:42:33 PDT 2008


Revision: 266
          http://trac.macosforge.org/projects/ruby/changeset/266
Author:   lsansonetti at apple.com
Date:     2008-06-06 20:42:33 -0700 (Fri, 06 Jun 2008)

Log Message:
-----------
backport build fix from trunk

Modified Paths:
--------------
    MacRuby/tags/0.2/instruby.rb

Modified: MacRuby/tags/0.2/instruby.rb
===================================================================
--- MacRuby/tags/0.2/instruby.rb	2008-06-07 03:36:36 UTC (rev 265)
+++ MacRuby/tags/0.2/instruby.rb	2008-06-07 03:42:33 UTC (rev 266)
@@ -501,7 +501,7 @@
     $stderr.puts "cannot markgc #{p}"
     exit 1
   end
-  if $destdir
+  unless $destdir.empty?
     dirname = File.dirname(p)
     mkdir_p(dirname)
     install(p, dirname)

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


More information about the macruby-changes mailing list