mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-20 09:47:51 +02:00
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 [ -n "$FAST" ]; then
|
||||||
if qt mywhich make; 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
|
fi
|
||||||
|
|
||||||
if [ -n "$FAST" ]; then
|
if [ -n "$FAST" ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user