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
|
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*)
|
||||||
|
Loading…
Reference in New Issue
Block a user