[47610] trunk/base/src/port1.0/portutil.tcl

jmr at macports.org jmr at macports.org
Sun Mar 1 14:03:05 PST 2009


Revision: 47610
          http://trac.macports.org/changeset/47610
Author:   jmr at macports.org
Date:     2009-03-01 14:03:02 -0800 (Sun, 01 Mar 2009)
Log Message:
-----------
handle filenames with spaces when setting attributes in reinplace

Modified Paths:
--------------
    trunk/base/src/port1.0/portutil.tcl

Modified: trunk/base/src/port1.0/portutil.tcl
===================================================================
--- trunk/base/src/port1.0/portutil.tcl	2009-03-01 20:52:10 UTC (rev 47609)
+++ trunk/base/src/port1.0/portutil.tcl	2009-03-01 22:03:02 UTC (rev 47610)
@@ -870,7 +870,7 @@
             return -code error "reinplace copy failed"
         }
     
-        eval file attributes $file $attributes
+        eval file attributes {$file} $attributes
         
         file delete "$tmpfile"
     }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090301/2851d1f4/attachment.html>


More information about the macports-changes mailing list