mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
chore(build): bugfix for script utils
This commit is contained in:
parent
63cd873fef
commit
5a9cb8be3f
1 changed files with 2 additions and 3 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue