mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-09 01:04:06 +01:00
Remove some redundancy from the output of 'show macros'
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@3135 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
9235467150
commit
43984b5d10
@ -928,7 +928,7 @@ case "$1" in
|
||||
if [ -n "$foo" ]; then
|
||||
macro=${macro#*.}
|
||||
foo=${foo%.*}
|
||||
echo " $macro ${foo#\#}"
|
||||
echo " $macro ${foo#\#}" | sed 's/This macro //'
|
||||
fi
|
||||
done
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user