Commit 584eff96 authored by Lucas Russo's avatar Lucas Russo

compile.sh: fix bash operator from = to ==

parent 57bbec86
......@@ -106,7 +106,7 @@ COMMAND_HAL="\
CFG_DIR=${CFG_DIR} && \
make CFG=${CFG} ${EXTRA_FLAGS[@]} install"
if [ "$WITH_EXAMPLES" == "with_examples" ]; then
if [ "$WITH_EXAMPLES" = "with_examples" ]; then
COMMAND_EXAMPLES="\
make ${EXTRA_FLAGS[@]} examples"
else
......
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