From a37611bd4672967eafb56ad2fc9291f950fc4042 Mon Sep 17 00:00:00 2001 From: teastep Date: Thu, 23 Mar 2006 23:52:47 +0000 Subject: [PATCH] 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 --- Shorewall/shorewall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall/shorewall b/Shorewall/shorewall index 9587e5b6f..ca8e509ce 100755 --- a/Shorewall/shorewall +++ b/Shorewall/shorewall @@ -857,7 +857,7 @@ show_command() { option= ;; v*) - VERBOSE_OFFSET=$(($VERBOSE_OFFSET + 1 )) + VERBOSE=$(($VERBOSE + 1 )) option=${option#v} ;; x*)