chore(build): bugfix for script utils

This commit is contained in:
Tobias Bosch 2014-01-09 16:05:46 -08:00
parent 63cd873fef
commit 5a9cb8be3f

View file

@ -51,6 +51,8 @@
# - serVar # - serVar
# - isFunction # - isFunction
# always stop on errors
set -e
function usage { function usage {
echo "Usage: ${0} ${ARG_DEFS[@]}" echo "Usage: ${0} ${ARG_DEFS[@]}"
@ -255,9 +257,6 @@ function main {
git_push_dryrun_proxy git_push_dryrun_proxy
fi fi
# stop on errors
set -e
# --verbose argument # --verbose argument
if [[ $VERBOSE == "true" ]]; then if [[ $VERBOSE == "true" ]]; then
set -x set -x