[89972] trunk/base/src/port1.0/portmain.tcl

jberry at macports.org jberry at macports.org
Fri Feb 17 13:04:53 PST 2012


Revision: 89972
          http://trac.macports.org/changeset/89972
Author:   jberry at macports.org
Date:     2012-02-17 13:04:51 -0800 (Fri, 17 Feb 2012)
Log Message:
-----------
Be more consistent in wording. When talking about different Xcode installs, use the term 'installation'

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

Modified: trunk/base/src/port1.0/portmain.tcl
===================================================================
--- trunk/base/src/port1.0/portmain.tcl	2012-02-17 18:27:49 UTC (rev 89971)
+++ trunk/base/src/port1.0/portmain.tcl	2012-02-17 21:04:51 UTC (rev 89972)
@@ -186,7 +186,7 @@
         # We have xcodeselect: ask it where xcode is
         set devdir [exec $xcodeselect -print-path 2> /dev/null]
 
-        # If the the directory is valid, use it
+        # If the directory is valid, use it
         if {[is_valid_developer_dir $devdir]} {
             return $devdir
         }
@@ -196,13 +196,13 @@
         set installed_xcodes [get_xcode_suggestions]
         if {[llength $installed_xcodes] == 0} {
             # No installed Xcodes found
-            ui_error "No Xcode installation was found; please install Xcode"
+            ui_error "No valid Xcode installation was found; please install Xcode"
         } else {
             # One, or more than one, Xcode installations found
             ui_error "No valid Xcode installation is properly selected"
             
             ui_error
-            ui_error "Please use xcode-select to select an Xcode version:"
+            ui_error "Please use xcode-select to select an Xcode installation:"
             foreach xcode $installed_xcodes {
                 ui_error "    sudo xcode-select -switch ${xcode}"
             }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120217/a9eba6f9/attachment.html>


More information about the macports-changes mailing list