Skip to content

Commit

Permalink
Quote sdkflag
Browse files Browse the repository at this point in the history
  • Loading branch information
phatblat committed Aug 24, 2015
1 parent 2712c2a commit 15f906c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/cibuild
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ build_scheme ()
sdkflag='-sdk iphonesimulator -destination "platform=iOS Simulator,name=iPhone 5"'

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

awkstatus=$?

Expand Down

0 comments on commit 15f906c

Please sign in to comment.