remove redundent assignment

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@3659 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2006-03-12 00:19:33 +00:00
parent 4ed169953b
commit 8cf217c023

View File

@ -583,7 +583,10 @@ start_command() {
if [ -n "$FAST" ]; then
if qt mywhich make; then
RESTOREFILE=$RESTOREFILE make -qf /etc/shorewall/Makefile || FAST=
#
# RESTOREFILE is exported by get_config()
#
make -qf /etc/shorewall/Makefile || FAST=
fi
if [ -n "$FAST" ]; then