From 70f26d8bb2a9e46267a33914e883b5356b04296a Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Fri, 30 Nov 2012 09:30:27 -0800 Subject: [PATCH] Correct line in prior commit. Signed-off-by: Tom Eastep --- Shorewall/Perl/Shorewall/Compiler.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall/Perl/Shorewall/Compiler.pm b/Shorewall/Perl/Shorewall/Compiler.pm index c2d260992..5f5cf9aca 100644 --- a/Shorewall/Perl/Shorewall/Compiler.pm +++ b/Shorewall/Perl/Shorewall/Compiler.pm @@ -483,7 +483,7 @@ EOF ' run_refreshed_exit', ' do_iptables -N shorewall', " set_state Started $config_dir", -' [ \$0 = \${VARDIR}/firewall ] || cp -f \$(my_pathname) \${VARDIR}/firewall', +' [ $0 = \${VARDIR}/firewall ] || cp -f $(my_pathname) ${VARDIR}/firewall', 'else', ' setup_netfilter' );