Clear DEBUG and PURGE shell variables

Delete a blank line

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2010-02-02 13:55:29 -08:00
parent e788b4c0f6
commit 1d8a7ad09f
3 changed files with 4 additions and 1 deletions

View File

@ -402,7 +402,6 @@ sub do_one_nat( $$$$$ )
push @addresses_to_add, ( $external , $fullinterface );
}
}
}
#

View File

@ -1615,6 +1615,8 @@ VERSION_FILE=$SHAREDIR/version
REFRESHCHAINS=
RECOVERING=
export RECOVERING
DEBUG=
PURGE=
for library in $LIBRARIES; do
if [ -f $library ]; then

View File

@ -1515,6 +1515,8 @@ LIBRARIES="$SHAREDIR/lib.base $SHAREDIR/lib.cli"
VERSION_FILE=$SHAREDIR/version
RECOVERING=
export RECOVERING
DEBUG=
PURGE=
for library in $LIBRARIES; do
if [ -f $library ]; then