Skip to content

Commit 4d8cdd8

Browse files
committed
Double quote to prevent globbing and word splitting.
1 parent 49a55b0 commit 4d8cdd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/travis/linux/docker-build-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ cmake \
5656
-DWITH_SERVER=ON \
5757
-DDISABLE_DEPRECATED=ON \
5858
-DPYTHON_TEST_WRAPPER="timeout -sSIGSEGV 55s"\
59-
-DCXX_EXTRA_FLAGS=${CLANG_WARNINGS} ..
59+
-DCXX_EXTRA_FLAGS="${CLANG_WARNINGS}" ..
6060
echo "travis_fold:end:cmake"
6161

6262
#######

0 commit comments

Comments
 (0)