mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-11 16:18:13 +01:00
Fix intentation problem introduces with config-detection fix
This commit is contained in:
parent
f3043f1453
commit
30dbfdc949
@ -243,10 +243,10 @@ sub generate_script_2() {
|
|||||||
|
|
||||||
my $global_variables = have_global_variables;
|
my $global_variables = have_global_variables;
|
||||||
|
|
||||||
|
push_indent;
|
||||||
|
|
||||||
if ( $global_variables ) {
|
if ( $global_variables ) {
|
||||||
|
|
||||||
push_indent;
|
|
||||||
|
|
||||||
emit( 'case $COMMAND in' );
|
emit( 'case $COMMAND in' );
|
||||||
|
|
||||||
push_indent;
|
push_indent;
|
||||||
|
Loading…
Reference in New Issue
Block a user