Correct odd whitespace problem -- take 3

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@2723 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2005-09-21 19:10:01 +00:00
parent 9bcf80f818
commit fbb94c61f6

View File

@ -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