remove shift after verbose (#586)

Signed-off-by: eugene9467 <eugene@kth.tw>

Co-authored-by: eugene9467 <eugene@kth.tw>
This commit is contained in:
Eugene 2022-01-19 21:35:20 +08:00 committed by GitHub
parent 29ff95e2c6
commit e0d11fe8de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View file

@ -228,7 +228,6 @@ while [[ $# -ge 1 ]] ; do
;;
-verbose )
VERBOSE=true
shift
;;
* )
errorln "Unknown flag: $key"

View file

@ -441,7 +441,6 @@ while [[ $# -ge 1 ]] ; do
;;
-verbose )
VERBOSE=true
shift
;;
* )
errorln "Unknown flag: $key"