From 8cf217c023ef0ca0a6c08c3bce1fea95ad01dcc8 Mon Sep 17 00:00:00 2001 From: teastep Date: Sun, 12 Mar 2006 00:19:33 +0000 Subject: [PATCH] remove redundent assignment git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@3659 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall/shorewall | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Shorewall/shorewall b/Shorewall/shorewall index 65bb2d211..b2e4d9469 100755 --- a/Shorewall/shorewall +++ b/Shorewall/shorewall @@ -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