mirror of
https://gitlab.com/shorewall/code.git
synced 2025-08-11 16:50:35 +02:00
Make ./firewall the default file when compile -e
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
@ -658,7 +658,7 @@ compile_command() {
|
|||||||
|
|
||||||
case $# in
|
case $# in
|
||||||
0)
|
0)
|
||||||
file=${VARDIR}/firewall
|
[ -n "$g_export" ] && file=firewall || file=${VARDIR}/firewall
|
||||||
;;
|
;;
|
||||||
1)
|
1)
|
||||||
file=$1
|
file=$1
|
||||||
|
Reference in New Issue
Block a user