Skip to content

Commit 15f906c

Browse files
committed
Quote sdkflag
1 parent 2712c2a commit 15f906c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/cibuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ build_scheme ()
126126
sdkflag='-sdk iphonesimulator -destination "platform=iOS Simulator,name=iPhone 5"'
127127

128128
# Determine whether the unit tests will run with iphonesimulator
129-
run_xctool $sdkflag -scheme "$scheme" run-tests | parse_build
129+
run_xctool "$sdkflag" -scheme "$scheme" run-tests | parse_build
130130

131131
awkstatus=$?
132132

0 commit comments

Comments
 (0)