From fa49c3a534194d2b39f00c9b035cd0f4c26a2064 Mon Sep 17 00:00:00 2001 From: "gtm.daemon" Date: Mon, 22 Sep 2014 13:00:06 +0000 Subject: Quote DEVELOPER_BIN_DIR in case it has spaces. This is required if the Xcode path contains "Xcode6-Beta6 2.app" for example. DELTA=1 (0 added, 0 deleted, 1 changed) DELTA_BY_EXTENSION=sh=1 --- UnitTesting/BuildUsingXCodeBuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'UnitTesting') diff --git a/UnitTesting/BuildUsingXCodeBuild.sh b/UnitTesting/BuildUsingXCodeBuild.sh index dbc5d73..8237331 100755 --- a/UnitTesting/BuildUsingXCodeBuild.sh +++ b/UnitTesting/BuildUsingXCodeBuild.sh @@ -30,7 +30,7 @@ fi # TEST_AFTER_BUILD is explicitly set to YES to ensure that when we build # through xcodebuild we will not hit this point again. xcodebuild used to # set this to YES itself, but starting with 4.3, it no longer sets it. -exec $DEVELOPER_BIN_DIR/xcodebuild \ +exec "${DEVELOPER_BIN_DIR}/xcodebuild" \ -project "${PROJECT_FILE_PATH}" \ -target "${TARGET_NAME}" \ -sdk "${SDKROOT}" \ -- cgit v1.2.3