[macruby-changes] [4418] MacRuby/trunk/lib/fileutils.rb

source_changes at macosforge.org source_changes at macosforge.org
Tue Aug 10 17:30:15 PDT 2010


Revision: 4418
          http://trac.macosforge.org/projects/ruby/changeset/4418
Author:   lsansonetti at apple.com
Date:     2010-08-10 17:30:14 -0700 (Tue, 10 Aug 2010)
Log Message:
-----------
make sure rake won't overload -copy

Modified Paths:
--------------
    MacRuby/trunk/lib/fileutils.rb

Modified: MacRuby/trunk/lib/fileutils.rb
===================================================================
--- MacRuby/trunk/lib/fileutils.rb	2010-08-10 20:28:39 UTC (rev 4417)
+++ MacRuby/trunk/lib/fileutils.rb	2010-08-11 00:30:14 UTC (rev 4418)
@@ -399,8 +399,9 @@
   #alias copy cp
   #module_function :copy
 
-  OPT_TABLE['cp']   =
-  OPT_TABLE['copy'] = [:preserve, :noop, :verbose]
+  #OPT_TABLE['cp']   =
+  #OPT_TABLE['copy'] = [:preserve, :noop, :verbose]
+  OPT_TABLE['cp'] = [:preserve, :noop, :verbose]
 
   #
   # Options: preserve noop verbose dereference_root remove_destination
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20100810/b0c89ea9/attachment.html>


More information about the macruby-changes mailing list