mirror of https://gitee.com/bigwinds/arangodb
exit release script on error.
This commit is contained in:
parent
7a38f3fd09
commit
bdc51eecb7
|
@ -47,6 +47,7 @@ while [ "$#" -gt 1 ]; do
|
|||
*)
|
||||
if test -n "${VERSION}"; then
|
||||
echo "we already have a version ${VERSION} aborting because of $1"
|
||||
exit 1
|
||||
fi
|
||||
VERSION="$1"
|
||||
shift
|
||||
|
|
Loading…
Reference in New Issue