mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-01 08:56:08 +08:00
chore(build): bugfix for script utils
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user