[25068] branches/dp2mp-move/base/src/port1.0/portutil.tcl

source_changes at macosforge.org source_changes at macosforge.org
Sat May 12 23:43:58 PDT 2007


Revision: 25068
          http://trac.macosforge.org/projects/macports/changeset/25068
Author:   jmpp at macports.org
Date:     2007-05-12 23:43:58 -0700 (Sat, 12 May 2007)

Log Message:
-----------
Merge Eridius' r25024: Fix copy and move commands to actually work.

Modified Paths:
--------------
    branches/dp2mp-move/base/src/port1.0/portutil.tcl

Modified: branches/dp2mp-move/base/src/port1.0/portutil.tcl
===================================================================
--- branches/dp2mp-move/base/src/port1.0/portutil.tcl	2007-05-13 06:42:48 UTC (rev 25067)
+++ branches/dp2mp-move/base/src/port1.0/portutil.tcl	2007-05-13 06:43:58 UTC (rev 25068)
@@ -825,12 +825,12 @@
 
 # copy
 proc copy {args} {
-    exec file copy $args
+    eval file copy $args
 }
 
 # move
 proc move {args} {
-    exec file rename $args
+    eval file rename $args
 }
 
 # ln

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070512/ebe74b88/attachment.html


More information about the macports-changes mailing list