[49014] branches/release_1_7/base

raimue at macports.org raimue at macports.org
Wed Apr 1 16:42:45 PDT 2009


Revision: 49014
          http://trac.macports.org/changeset/49014
Author:   raimue at macports.org
Date:     2009-04-01 16:42:45 -0700 (Wed, 01 Apr 2009)
Log Message:
-----------
Merge r49013 from trunk:
port1.0/portutil.tcl:
There is no need to escape spaces for the exec command as it will be correctly
passed as one argument to dscl.

Reported on macports-dev:
http://lists.macosforge.org/pipermail/macports-dev/2009-April/008103.html

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

Property Changed:
----------------
    branches/release_1_7/base/


Property changes on: branches/release_1_7/base
___________________________________________________________________
Modified: svn:mergeinfo
   - /trunk/base:42683,42697,42734,42747,42760,42845-42847,42865,42962,42978,43001,43080,43083,43097,43140,43153,43194,43216-43217,43229,43704-43705,43733,43902,43946,43954,43960,44363,45161,45201,46052,46146,46622-46623,46780,46810,46918,46983,47034,47776,47782,47848,48083,48230,48255,48265,48270,48277,48310
/trunk/base/base:45161,48083
   + /trunk/base:42683,42697,42734,42747,42760,42845-42847,42865,42962,42978,43001,43080,43083,43097,43140,43153,43194,43216-43217,43229,43704-43705,43733,43902,43946,43954,43960,44363,45161,45201,46052,46146,46622-46623,46780,46810,46918,46983,47034,47776,47782,47848,48083,48230,48255,48265,48270,48277,48310,49013
/trunk/base/base:45161,48083

Modified: branches/release_1_7/base/src/port1.0/portutil.tcl
===================================================================
--- branches/release_1_7/base/src/port1.0/portutil.tcl	2009-04-01 23:38:27 UTC (rev 49013)
+++ branches/release_1_7/base/src/port1.0/portutil.tcl	2009-04-01 23:42:45 UTC (rev 49014)
@@ -1934,7 +1934,6 @@
     
     foreach arg $args {
         if {[regexp {([a-z]*)=(.*)} $arg match key val]} {
-            regsub -all " " ${val} "\\ " val
             set $key $val
         }
     }
@@ -1966,7 +1965,6 @@
     
     foreach arg $args {
         if {[regexp {([a-z]*)=(.*)} $arg match key val]} {
-            regsub -all " " ${val} "\\ " val
             set $key $val
         }
     }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090401/aec7466a/attachment-0001.html>


More information about the macports-changes mailing list