1) Made --quiet as opposite of --verbose 2) Suppress warning about prompts on --quiet

This commit is contained in:
Yamashita, Yuu
2016-05-02 01:07:48 +00:00
parent b952f573ba
commit c64aebef08
5 changed files with 65 additions and 8 deletions

View File

@@ -15,7 +15,6 @@ fi
unset FORCE
unset QUIET
unset VERBOSE
while [ $# -gt 0 ]; do
case "$1" in
@@ -30,7 +29,7 @@ while [ $# -gt 0 ]; do
QUIET=1
;;
"-v" | "--verbose" )
VERBOSE=1
unset QUIET
;;
* )
break