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