Skip to content

Commit c0c396b

Browse files
committed
misc/ios: quote paths
The paths may contain spaces. Quote them. Change-Id: I1f67085a1e7c40f60282c2fea7104fb44a01e310 Reviewed-on: https://go-review.googlesource.com/c/go/+/254739 Run-TryBot: Cherry Zhang <[email protected]> TryBot-Result: Go Bot <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Trust: Dmitri Shuralyov <[email protected]>
1 parent 86dbeef commit c0c396b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc/ios/clangwrap.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ else
1515
exit 1
1616
fi
1717

18-
exec $CLANG -arch $CLANGARCH -isysroot $SDK_PATH -mios-version-min=10.0 "$@"
18+
exec "$CLANG" -arch $CLANGARCH -isysroot "$SDK_PATH" -mios-version-min=10.0 "$@"

0 commit comments

Comments
 (0)