From 30dbfdc9499fa45d73f446b9befd851b0a55d7f6 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Sat, 17 Oct 2009 11:08:34 -0700 Subject: [PATCH] Fix intentation problem introduces with config-detection fix --- Shorewall/Perl/Shorewall/Compiler.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Shorewall/Perl/Shorewall/Compiler.pm b/Shorewall/Perl/Shorewall/Compiler.pm index a77e99458..0863bc0d9 100644 --- a/Shorewall/Perl/Shorewall/Compiler.pm +++ b/Shorewall/Perl/Shorewall/Compiler.pm @@ -243,10 +243,10 @@ sub generate_script_2() { my $global_variables = have_global_variables; + push_indent; + if ( $global_variables ) { - push_indent; - emit( 'case $COMMAND in' ); push_indent;