Commit a7019298 authored by xoviat's avatar xoviat Committed by GitHub
Browse files

Use quotes

parent 7641b77e
......@@ -7,7 +7,7 @@
# BUILD_DEPENDS (may be used by config.sh, can be empty)
set -e
if [ $USE_CCACHE == 1 ]; then
if [ "$USE_CCACHE" == "1" ]; then
activate_ccache
fi
......
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