Update danio_gcc.sh

This commit is contained in:
Daniel
2019-05-12 23:50:40 +02:00
committed by GitHub
parent f2481dbbe1
commit aebdb6c8d4
+1 -1
View File
@@ -121,6 +121,6 @@ if ! strip_n_pack ${2}; then
echo "STAGE=${TARGET} MSG='at \"strip_n_pack ${2}\" section'" >.error
exit 1
fi
if [ ! -z "${clean}" ]; then
if [ -n "${clean}" ]; then
rm -rf build-*
fi