From aebdb6c8d4fb98f4856e2d26b5ded39f316c07b1 Mon Sep 17 00:00:00 2001 From: Daniel Date: Sun, 12 May 2019 23:50:40 +0200 Subject: [PATCH] Update danio_gcc.sh --- danio_gcc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/danio_gcc.sh b/danio_gcc.sh index 2f92e80..8217cc6 100755 --- a/danio_gcc.sh +++ b/danio_gcc.sh @@ -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