From e05de0dd4219ce5304546ca66f2883176d79a150 Mon Sep 17 00:00:00 2001 From: teastep Date: Sat, 10 Mar 2007 02:22:18 +0000 Subject: [PATCH] Fix a couple of silly problems git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@5479 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- New/compiler | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/New/compiler b/New/compiler index e0efc5c2b..b06655296 100755 --- a/New/compiler +++ b/New/compiler @@ -70,7 +70,7 @@ startup_error() # debug= -[ $# -gt 1 ] && [ "$1" = "-D8" ] && { debug="-d" ; shift ; } +[ $# -gt 1 ] && [ "$1" = "debug" ] && { debug="-d"; shift ; } SHAREDIR=/usr/share/shorewall VARDIR=/var/lib/shorewall @@ -98,7 +98,7 @@ case "$COMMAND" in check) [ $# -ne 1 ] && usage do_initialize - exec perl $debug /usr/share/shorewall/compiler.pl $1 + exec perl $debug /usr/share/shorewall/compiler.pl ;; compile) [ $# -ne 2 ] && usage