mirror of
https://bitbucket.org/gwenhael/cubietruck-slackware.git
synced 2024-12-26 21:58:20 +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
|
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
|
||||||
|
|
Loading…
Reference in a new issue