Commit 21ad652a authored by Simon Giesecke's avatar Simon Giesecke

Problem: syntax error in shell script

Solution: add missing quotation marks
parent bd8083e8
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment