Cosmetic improvement to generated script

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@9933 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2009-04-18 16:32:45 +00:00
parent 985c551d26
commit 834064f3af

View File

@ -343,7 +343,8 @@ sub generate_script_3($) {
my @ipsets = all_ipsets;
if ( @ipsets ) {
emit ( 'case $IPSET in',
emit ( '',
'case $IPSET in',
' */*)',
' [ -x "$IPSET" ] || fatal_error "IPSET=$IPSET does not exist or is not executable"',
' ;;',