mirror of
https://bitbucket.org/gwenhael/cubietruck-slackware.git
synced 2024-12-25 21:58:38 +01:00
missing space before ]
This commit is contained in:
parent
f7b7cb8130
commit
135b400592
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -519,7 +519,7 @@ if [ "$COMPILE_BINARIES" = "true" ]; then
|
|||
clean_sources
|
||||
compile
|
||||
else
|
||||
if [ "$DOWNLOAD_BINARIES" = "true"]; then
|
||||
if [ "$DOWNLOAD_BINARIES" = "true" ]; then
|
||||
download_and_install_binaries
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue