From 188f05e130e04268cfca694ce8b697c0d2f79ed9 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Tue, 4 Sep 2012 07:35:03 -0700 Subject: [PATCH] Make ./firewall the default file when compile -e Signed-off-by: Tom Eastep --- Shorewall/lib.cli-std | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall/lib.cli-std b/Shorewall/lib.cli-std index 8377e8564..7ee672e2b 100644 --- a/Shorewall/lib.cli-std +++ b/Shorewall/lib.cli-std @@ -658,7 +658,7 @@ compile_command() { case $# in 0) - file=${VARDIR}/firewall + [ -n "$g_export" ] && file=firewall || file=${VARDIR}/firewall ;; 1) file=$1