Remove Kate workarounds from firewall script; cosmetic/typo fixes

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4196 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep
2006-07-08 14:39:26 +00:00
parent a6723cd6b2
commit 67bcdcc8eb
3 changed files with 10 additions and 13 deletions

View File

@ -43,7 +43,8 @@
# Fatal error -- stops the compiler after issuing the error message
#
fatal_error() # $* = Error Message
{ echo " ERROR: $@" >&2
{
echo " ERROR: $@" >&2
[ -n "$TMP_DIR" ] && rm -rf $TMP_DIR
[ -n "$OUTPUT" ] && rm -f $OUTPUT
kill $$