From 22954ebe97af60ec46ff685a9876ca45e0b27c9d Mon Sep 17 00:00:00 2001 From: teastep Date: Tue, 17 Aug 2004 18:19:31 +0000 Subject: [PATCH] More dash compatibility fixes git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1551 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall2/firewall | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Shorewall2/firewall b/Shorewall2/firewall index 5250564a8..14c417bc0 100755 --- a/Shorewall2/firewall +++ b/Shorewall2/firewall @@ -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)