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

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


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

Log Message:
-----------
fixing a build problem, reported by Vincent Isambart

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

Modified: MacRuby/trunk/instruby.rb
===================================================================
--- MacRuby/trunk/instruby.rb	2008-06-06 21:14:42 UTC (rev 263)
+++ MacRuby/trunk/instruby.rb	2008-06-07 03:33:11 UTC (rev 264)
@@ -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/c32dd244/attachment.htm 


More information about the macruby-changes mailing list