From b8e6a812bd7e7464e30f09ff5759ab905e4b73a5 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Mon, 3 Sep 2012 11:33:58 -0700 Subject: [PATCH] Specify the cwd when compiling or checking for export Signed-off-by: Tom Eastep --- Shorewall/lib.cli-std | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Shorewall/lib.cli-std b/Shorewall/lib.cli-std index 240d0a901..121dee336 100644 --- a/Shorewall/lib.cli-std +++ b/Shorewall/lib.cli-std @@ -618,6 +618,7 @@ compile_command() { case $option in e*) g_export=Yes + g_shorewalldir='.' option=${option#e} ;; p*) @@ -707,6 +708,7 @@ check_command() { ;; e*) g_export=Yes + g_shorewalldir='.' option=${option#e} ;; p*)