Delete superfluous semicolon.

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep
2017-12-25 08:45:42 -08:00
parent f68f47d01b
commit d3a1dc1e2a

View File

@ -51,7 +51,7 @@ setstatedir() {
elif [ $PRODUCT = shorewall6 ]; then elif [ $PRODUCT = shorewall6 ]; then
${SBINDIR}/shorewall -6 compile ${SBINDIR}/shorewall -6 compile
else else
return 1; return 1
fi fi
} }