Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Double quote to prevent globbing and word splitting.
  • Loading branch information
m-kuhn committed Jun 19, 2018
1 parent 49a55b0 commit 4d8cdd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/travis/linux/docker-build-test.sh
Expand Up @@ -56,7 +56,7 @@ cmake \
-DWITH_SERVER=ON \
-DDISABLE_DEPRECATED=ON \
-DPYTHON_TEST_WRAPPER="timeout -sSIGSEGV 55s"\
-DCXX_EXTRA_FLAGS=${CLANG_WARNINGS} ..
-DCXX_EXTRA_FLAGS="${CLANG_WARNINGS}" ..
echo "travis_fold:end:cmake"

#######
Expand Down

0 comments on commit 4d8cdd8

Please sign in to comment.