X-Git-Url: https://git.distorted.org.uk/~mdw/firewall/blobdiff_plain/775bd287d2eda80ffde35b067429c93223c41bbf..5ac64c9b750673e11f9a0f78be88d8658bc2e5e5:/base.m4 diff --git a/base.m4 b/base.m4 index 7aa28b3..a0ebcf1 100644 --- a/base.m4 +++ b/base.m4 @@ -1,5 +1,5 @@ m4_divert(-1) -### -*-sh-*- +### -*-m4-*- ### ### Failsafe prologue for firewall scripts ### @@ -90,6 +90,6 @@ m4_define(<:defconf:>, <:: ${$1=m4_ifdef(<:conf_$1:>, conf_$1, $2)}:>) ## setconf(CONF, VALUE) ## ## Set config variable VALUE. -m4_define(<:setconf:> <:m4_define(<:conf_$1:>, <:$2:>):>) +m4_define(<:setconf:>, <:m4_define(<:conf_$1:>, <:$2:>):>) ###----- That's all, folks --------------------------------------------------