Modified: branches/release_2_0/base/src/port1.0/portutil.tcl (90113 => 90114)
--- branches/release_2_0/base/src/port1.0/portutil.tcl 2012-02-22 10:43:03 UTC (rev 90113)
+++ branches/release_2_0/base/src/port1.0/portutil.tcl 2012-02-22 10:53:05 UTC (rev 90114)
@@ -2737,7 +2737,7 @@
ui_warn "You may need to run `sudo xcode-select -switch /Applications/Xcode.app`"
} else {
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."
}
}