forked from extern/shorewall_code
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:
parent
4ed169953b
commit
8cf217c023
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user