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
|
||||
# - isFunction
|
||||
|
||||
# always stop on errors
|
||||
set -e
|
||||
|
||||
function usage {
|
||||
echo "Usage: ${0} ${ARG_DEFS[@]}"
|
||||
|
|
@ -255,9 +257,6 @@ function main {
|
|||
git_push_dryrun_proxy
|
||||
fi
|
||||
|
||||
# stop on errors
|
||||
set -e
|
||||
|
||||
# --verbose argument
|
||||
if [[ $VERBOSE == "true" ]]; then
|
||||
set -x
|
||||
|
|
|
|||
Loading…
Reference in a new issue