[macruby-changes] [2052] MacRuby/branches/experimental/lib/mkmf.rb
source_changes at macosforge.org
source_changes at macosforge.org
Wed Jul 22 16:31:46 PDT 2009
Revision: 2052
http://trac.macosforge.org/projects/ruby/changeset/2052
Author: pthomson at apple.com
Date: 2009-07-22 16:31:45 -0700 (Wed, 22 Jul 2009)
Log Message:
-----------
Reverted a change to mkmf (uncommented line 276)
Modified Paths:
--------------
MacRuby/branches/experimental/lib/mkmf.rb
Modified: MacRuby/branches/experimental/lib/mkmf.rb
===================================================================
--- MacRuby/branches/experimental/lib/mkmf.rb 2009-07-22 23:31:45 UTC (rev 2051)
+++ MacRuby/branches/experimental/lib/mkmf.rb 2009-07-22 23:31:45 UTC (rev 2052)
@@ -273,7 +273,7 @@
begin
log.print(open {yield})
@log.close
- #File::open(tmplog) {|t| FileUtils.copy_stream(t, log)}
+ File::open(tmplog) {|t| FileUtils.copy_stream(t, log)}
ensure
@log, @logfile, @orgout, @orgerr = log, *save
@postpone -= 1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090722/fff25e03/attachment-0001.html>
More information about the macruby-changes
mailing list