summaryrefslogtreecommitdiff
path: root/scripts/publish-mingw-x.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/publish-mingw-x.sh')
-rwxr-xr-xscripts/publish-mingw-x.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/publish-mingw-x.sh b/scripts/publish-mingw-x.sh
index e15899e..1f23ace 100755
--- a/scripts/publish-mingw-x.sh
+++ b/scripts/publish-mingw-x.sh
@@ -19,7 +19,10 @@ if [ ! -f $OPENSCADDIR/openscad.pro ]; then
fi
OS=LINXWIN ./scripts/release-common.sh -v $VERSION $COMMIT
-if [[ $? != 0 ]]; then
+
+echo $? return value
+
+if [ $? != 0 ]; then
exit 1
fi
contact: Jan Huwald // Impressum