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

ryandesign at macports.org ryandesign at macports.org
Tue Oct 4 19:35:44 PDT 2011


Revision: 84937
          http://trac.macports.org/changeset/84937
Author:   ryandesign at macports.org
Date:     2011-10-04 19:35:44 -0700 (Tue, 04 Oct 2011)
Log Message:
-----------
portutil.tcl: remove unnecessary escaping of space in quoted path

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

Modified: trunk/base/src/port1.0/portutil.tcl
===================================================================
--- trunk/base/src/port1.0/portutil.tcl	2011-10-05 02:32:15 UTC (rev 84936)
+++ trunk/base/src/port1.0/portutil.tcl	2011-10-05 02:35:44 UTC (rev 84937)
@@ -2753,7 +2753,7 @@
         }
         if {$xcodeversion == "none"} {
             ui_warn "Xcode does not appear to be installed; most ports will likely fail to build."
-            if {[file exists "/Applications/Install\ XCode.app"]} {
+            if {[file exists "/Applications/Install XCode.app"]} {
                 ui_warn "You downloaded Xcode from the Mac App Store but didn't install it. Run \"Install Xcode\" in the /Applications folder."
             }
         } elseif {[vercmp $xcodeversion $min] < 0} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111004/81acbdab/attachment.html>


More information about the macports-changes mailing list