Update danio_gcc.sh
This commit is contained in:
+1
-1
@@ -121,6 +121,6 @@ if ! strip_n_pack ${2}; then
|
|||||||
echo "STAGE=${TARGET} MSG='at \"strip_n_pack ${2}\" section'" >.error
|
echo "STAGE=${TARGET} MSG='at \"strip_n_pack ${2}\" section'" >.error
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
if [ ! -z "${clean}" ]; then
|
if [ -n "${clean}" ]; then
|
||||||
rm -rf build-*
|
rm -rf build-*
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user