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

ryandesign at macports.org ryandesign at macports.org
Thu Nov 6 02:44:46 PST 2008


Revision: 41573
          http://trac.macports.org/changeset/41573
Author:   ryandesign at macports.org
Date:     2008-11-06 02:44:45 -0800 (Thu, 06 Nov 2008)
Log Message:
-----------
portutil.tcl: Fix reinplace for filenames containing spaces; fixes #17098

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

Modified: trunk/base/src/port1.0/portutil.tcl
===================================================================
--- trunk/base/src/port1.0/portutil.tcl	2008-11-06 10:43:23 UTC (rev 41572)
+++ trunk/base/src/port1.0/portutil.tcl	2008-11-06 10:44:45 UTC (rev 41573)
@@ -753,7 +753,7 @@
             # Extract the Tcl Channel number
             set tmpfd [lindex $tmpfile 0]
             # Set tmpfile to only the file name
-            set tmpfile [lindex $tmpfile 1]
+            set tmpfile [join [lrange $tmpfile 1 end]]
         }
     
         set cmdline $portutil::autoconf::sed_command
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081106/e7220330/attachment.html>


More information about the macports-changes mailing list