mirror of
https://gitlab.com/shorewall/code.git
synced 2025-02-18 18:51:00 +01:00
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:
parent
ffae7b5646
commit
26cf234d04
@ -920,7 +920,7 @@ case "$1" in
|
|||||||
macro=${macro#*.}
|
macro=${macro#*.}
|
||||||
foo=${foo%.*}
|
foo=${foo%.*}
|
||||||
if [ ${#macro} -lt 4 ]; then
|
if [ ${#macro} -lt 4 ]; then
|
||||||
echo -e " $macro \t${foo#\#}"
|
echo " $macro ${foo#\#}"
|
||||||
else
|
else
|
||||||
echo " $macro ${foo#\#}"
|
echo " $macro ${foo#\#}"
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user