From 442aacedbc7353faba63d2e19fb2228caf4cac94 Mon Sep 17 00:00:00 2001 From: cltbld Date: Thu, 13 Mar 2008 21:21:01 +0000 Subject: [PATCH] Automated update from host egg.build.mozilla.org git-svn-id: svn://10.0.0.236/trunk@247772 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/configure b/mozilla/configure index 4ca9a5d4eeb..871c6bc2d04 100755 --- a/mozilla/configure +++ b/mozilla/configure @@ -4048,7 +4048,7 @@ done case "$PBBUILD" in *xcodebuild*) - XCODEBUILD_VERSION=`$PBBUILD -version 2>/dev/null | sed -e 's/.*DevToolsCore-\([0-9]*\).*/\1/' | tail -n 1` + XCODEBUILD_VERSION=`$PBBUILD -version 2>/dev/null | xargs | sed -e 's/.*DevToolsCore-\([0-9]*\).*/\1/'` if test -n "$XCODEBUILD_VERSION" && test "$XCODEBUILD_VERSION" -ge 620 ; then HAS_XCODE_2_1=1;