mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +00:00
remove shift after verbose (#586)
Signed-off-by: eugene9467 <eugene@kth.tw> Co-authored-by: eugene9467 <eugene@kth.tw>
This commit is contained in:
parent
29ff95e2c6
commit
e0d11fe8de
2 changed files with 0 additions and 2 deletions
|
|
@ -228,7 +228,6 @@ while [[ $# -ge 1 ]] ; do
|
|||
;;
|
||||
-verbose )
|
||||
VERBOSE=true
|
||||
shift
|
||||
;;
|
||||
* )
|
||||
errorln "Unknown flag: $key"
|
||||
|
|
|
|||
|
|
@ -441,7 +441,6 @@ while [[ $# -ge 1 ]] ; do
|
|||
;;
|
||||
-verbose )
|
||||
VERBOSE=true
|
||||
shift
|
||||
;;
|
||||
* )
|
||||
errorln "Unknown flag: $key"
|
||||
|
|
|
|||
Loading…
Reference in a new issue