forked from extern/shorewall_code
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:
parent
ab7b1eac9e
commit
a37611bd46
@ -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*)
|
||||||
|
Loading…
Reference in New Issue
Block a user