Problem: syntax error in shell script

Solution: add missing quotation marks
This commit is contained in:
Simon Giesecke 2018-06-15 10:00:57 +02:00
parent bd8083e8b8
commit 21ad652a1e

View File

@ -6,7 +6,7 @@ cd ../..
# always install custom builds from dist
# to make sure that `make dist` doesn't omit any files required to build & test
if [ -z $DO_CLANG_FORMAT_CHECK -a -z $CLANG_TIDY ]; then
if [ -z "$DO_CLANG_FORMAT_CHECK" -a -z "$CLANG_TIDY" ]; then
./autogen.sh
./configure
make -j5 dist-gzip