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