mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-21 02:08:48 +02: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
|
if [ -n "$foo" ]; then
|
||||||
macro=${macro#*.}
|
macro=${macro#*.}
|
||||||
foo=${foo%.*}
|
foo=${foo%.*}
|
||||||
echo " $macro ${foo#\#}"
|
echo " $macro ${foo#\#}" | sed 's/This macro //'
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user