From e1f7a9dbf8fe1de248c71cabbab60c37f3560351 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Fri, 8 Mar 2013 10:38:13 -0800 Subject: [PATCH] Reverse an earlier silly patch. Signed-off-by: Tom Eastep --- Shorewall/Perl/Shorewall/Zones.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall/Perl/Shorewall/Zones.pm b/Shorewall/Perl/Shorewall/Zones.pm index 4e74b478f..37ba14e67 100644 --- a/Shorewall/Perl/Shorewall/Zones.pm +++ b/Shorewall/Perl/Shorewall/Zones.pm @@ -891,7 +891,7 @@ sub firewall_zone() { # Determine if the passed physical device is a bridge # sub is_a_bridge( $ ) { - qt which 'brctl' && qt( "brctl show | tail -n+2 | grep -q '^$_[0]\[\[:space:\]\]'" ); + which 'brctl' && qt( "brctl show | tail -n+2 | grep -q '^$_[0]\[\[:space:\]\]'" ); } #