mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-03 03:59:16 +01:00
Specify the cwd when compiling or checking for export
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
09ce6239a7
commit
b8e6a812bd
@ -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*)
|
||||
|
Loading…
Reference in New Issue
Block a user