Specify the cwd when compiling or checking for export

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2012-09-03 11:33:58 -07:00
parent 09ce6239a7
commit b8e6a812bd

View File

@ -618,6 +618,7 @@ compile_command() {
case $option in case $option in
e*) e*)
g_export=Yes g_export=Yes
g_shorewalldir='.'
option=${option#e} option=${option#e}
;; ;;
p*) p*)
@ -707,6 +708,7 @@ check_command() {
;; ;;
e*) e*)
g_export=Yes g_export=Yes
g_shorewalldir='.'
option=${option#e} option=${option#e}
;; ;;
p*) p*)