Fix try with effective verbosity = 0 -- take 2

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@3722 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2006-03-23 23:52:47 +00:00
parent ab7b1eac9e
commit a37611bd46

View File

@ -857,7 +857,7 @@ show_command() {
option= option=
;; ;;
v*) v*)
VERBOSE_OFFSET=$(($VERBOSE_OFFSET + 1 )) VERBOSE=$(($VERBOSE + 1 ))
option=${option#v} option=${option#v}
;; ;;
x*) x*)