Fix AUTOMAKE and the start command

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2016-04-14 09:43:21 -07:00
parent 216bc715e8
commit 074655d1bd

View File

@ -530,7 +530,6 @@ compiler() {
start_command() { start_command() {
local finished local finished
finished=0 finished=0
local object
local rc local rc
rc=0 rc=0
@ -640,7 +639,7 @@ start_command() {
esac esac
if [ -n "${g_fast}${AUTOMAKE}" ]; then if [ -n "${g_fast}${AUTOMAKE}" ]; then
if ! uptodate ${VARDIR}/$object; then if ! uptodate ${VARDIR}/firewall; then
g_fast= g_fast=
AUTOMAKE= AUTOMAKE=
fi fi