mirror of
https://github.com/zeromq/libzmq.git
synced 2025-02-21 06:37:44 +01:00
Problem: syntax error in shell script
Solution: add missing quotation marks
This commit is contained in:
parent
bd8083e8b8
commit
21ad652a1e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user