diff options
author | don bright <hugh.m.bright@gmail.com> | 2012-08-04 22:18:36 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2012-08-04 22:18:36 (GMT) |
commit | a56721af475311b2442e9d5d937455be6f135c93 (patch) | |
tree | c2860d474e749b3ce107f5d2c8e80c5d219e6cc6 /scripts/release-common.sh | |
parent | a32dcbf4ba7e9439433cf7727066a466058629ba (diff) |
use mxe's nsis if we dont have it. detect MCAD better.
Diffstat (limited to 'scripts/release-common.sh')
-rwxr-xr-x | scripts/release-common.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/release-common.sh b/scripts/release-common.sh index ad1ccaa..84874bf 100755 --- a/scripts/release-common.sh +++ b/scripts/release-common.sh @@ -27,7 +27,7 @@ printUsage() OPENSCADDIR=$PWD if [ ! -f $OPENSCADDIR/openscad.pro ]; then echo "Must be run from the OpenSCAD source root directory" - exit 0 + exit 1 fi if [[ "$OSTYPE" =~ "darwin" ]]; then |