diff options
Diffstat (limited to 'scripts/release-common.sh')
-rwxr-xr-x | scripts/release-common.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/release-common.sh b/scripts/release-common.sh index 9624035..da249ed 100755 --- a/scripts/release-common.sh +++ b/scripts/release-common.sh @@ -70,6 +70,10 @@ esac make -j2 $TARGET +if [[ $? != 0 ]]; then + echo "Error building OpenSCAD. Aborting." +fi + echo "Creating directory structure..." rm -rf openscad-$VERSION mkdir openscad-$VERSION |