From aed1c0ada718103a631faec133baebb724c867c0 Mon Sep 17 00:00:00 2001 From: Daniel Date: Wed, 15 May 2019 18:15:35 +0200 Subject: [PATCH] Update danio_gcc.sh --- danio_gcc.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/danio_gcc.sh b/danio_gcc.sh index 8217cc6..1b7efc8 100755 --- a/danio_gcc.sh +++ b/danio_gcc.sh @@ -121,6 +121,3 @@ if ! strip_n_pack ${2}; then echo "STAGE=${TARGET} MSG='at \"strip_n_pack ${2}\" section'" >.error exit 1 fi -if [ -n "${clean}" ]; then - rm -rf build-* -fi