shorewall show macros -- Take 2

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@3084 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2005-11-27 21:02:25 +00:00
parent ffae7b5646
commit 26cf234d04

View File

@ -920,7 +920,7 @@ case "$1" in
macro=${macro#*.}
foo=${foo%.*}
if [ ${#macro} -lt 4 ]; then
echo -e " $macro \t${foo#\#}"
echo " $macro ${foo#\#}"
else
echo " $macro ${foo#\#}"
fi