remove shift after verbose

Signed-off-by: eugene9467 <eugene@kth.tw>
This commit is contained in:
eugene9467 2022-01-18 10:17:48 +08:00
parent 29ff95e2c6
commit 1cac4a476a
No known key found for this signature in database
GPG key ID: 050D03EEF5DA97AA
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"