Modified: trunk/base/src/port1.0/portconfigure.tcl (89358 => 89359)
--- trunk/base/src/port1.0/portconfigure.tcl 2012-01-26 18:37:43 UTC (rev 89358)
+++ trunk/base/src/port1.0/portconfigure.tcl 2012-01-26 20:01:52 UTC (rev 89359)
@@ -430,8 +430,7 @@
global developer_dir
# Use xcode's xcrun to find the named tool.
- set xcrun [findBinary xcrun $portutil::autoconf::xcrun_path]
- if {[catch {set toolpath [exec ${xcrun} -find ${name}]} result] == 0} {
+ if {[catch {set toolpath [exec [findBinary xcrun $portutil::autoconf::xcrun_path] -find ${name}]} result] == 0} {
return ${toolpath}
}