missing space before ]

This commit is contained in:
Gwenhael Le Moine 2014-08-20 15:26:11 +02:00
parent f7b7cb8130
commit 135b400592

View file

@ -519,7 +519,7 @@ if [ "$COMPILE_BINARIES" = "true" ]; then
clean_sources clean_sources
compile compile
else else
if [ "$DOWNLOAD_BINARIES" = "true"]; then if [ "$DOWNLOAD_BINARIES" = "true" ]; then
download_and_install_binaries download_and_install_binaries
fi fi
fi fi