From 9ec9cfc7e93256b3f1e23de831d425632c7a4105 Mon Sep 17 00:00:00 2001 From: teastep Date: Tue, 31 Oct 2006 20:27:14 +0000 Subject: [PATCH] Fix typo in compiler git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4773 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall/compiler | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall/compiler b/Shorewall/compiler index 38c129581..a90f7ea94 100755 --- a/Shorewall/compiler +++ b/Shorewall/compiler @@ -536,7 +536,7 @@ validate_policy() [ -n "${default:=$REJECT_DEFAULT}" ] ;; ACCEPT) - [ -n "${default:=$ACCEPTT_DEFAULT}" ] + [ -n "${default:=$ACCEPT_DEFAULT}" ] ;; CONTINUE) ;;