Fix intentation problem introduces with config-detection fix

This commit is contained in:
Tom Eastep 2009-10-17 11:08:34 -07:00
parent f3043f1453
commit 30dbfdc949

View File

@ -243,10 +243,10 @@ sub generate_script_2() {
my $global_variables = have_global_variables;
if ( $global_variables ) {
push_indent;
if ( $global_variables ) {
emit( 'case $COMMAND in' );
push_indent;