8000 Quote sdkflag · libgit2/objective-git@15f906c · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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)
0