More dash compatibility fixes

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1551 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2004-08-17 18:19:31 +00:00
parent edfeb23ba7
commit 22954ebe97

View File

@ -603,7 +603,7 @@ match_dest_dev()
verify_interface()
{
known_interface $1 || { [ -n $BRIDGING ] && list_search $1 $all_ports ; }
known_interface $1 || { [ -n "$BRIDGING" ] && list_search $1 $all_ports ; }
}
#
@ -1341,7 +1341,7 @@ stop_firewall() {
routeback=
if [ -n $options ]; then
if [ -n "$options" ]; then
for option in $(separate_list $options); do
case $option in
routeback)