From fbb94c61f6ada1c923d7c3af2dfb24d67b58137b Mon Sep 17 00:00:00 2001 From: teastep Date: Wed, 21 Sep 2005 19:10:01 +0000 Subject: [PATCH] Correct odd whitespace problem -- take 3 git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@2723 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall/firewall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall/firewall b/Shorewall/firewall index a883310e4..d2a713141 100755 --- a/Shorewall/firewall +++ b/Shorewall/firewall @@ -3199,7 +3199,7 @@ process_tc_rule() ;; icmp|ICMP|1) r="${r}-p icmp " - [ "x$port"   = "x-" ] || r="${r}--icmp-type $port" + [ "x$port" = "x-" ] || r="${r}--icmp-type $port" ;; *) [ "x$proto" = "x-" ] && proto=all