Correct Syntax error in the generated code.

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2015-05-04 08:23:42 -07:00
parent 6dcd8174ee
commit b58aadad01

View File

@ -1516,7 +1516,7 @@ EOF
" start_provider_$provider" );
}
emit ( ' elif [ -z $2 ]; then',
emit ( ' elif [ -z "$2" ]; then',
" startup_error \"Interface $providerref->{physical} is already enabled\"",
' fi',
' ;;'