From cbef878eabcb553d15c4b2afa8ae8dfe5d23a14e Mon Sep 17 00:00:00 2001 From: teastep Date: Tue, 17 Apr 2007 17:48:09 +0000 Subject: [PATCH] Fix syntax error in /sbin/shorewall git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@5979 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall-common/shorewall | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Shorewall-common/shorewall b/Shorewall-common/shorewall index 1d1d14ace..5fecb223e 100755 --- a/Shorewall-common/shorewall +++ b/Shorewall-common/shorewall @@ -222,6 +222,11 @@ get_config() { compiler() { local sc=${SHELLSHAREDIR}/compiler local pc=${PERLSHAREDIR}/compiler.pl + + startup_error() { + echo " ERROR: $@" >&2 + exit 1 + } local command=$1