Make ./firewall the default file when compile -e

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2012-09-04 07:35:03 -07:00
parent 4260e5f6ba
commit 188f05e130

View File

@ -658,7 +658,7 @@ compile_command() {
case $# in
0)
file=${VARDIR}/firewall
[ -n "$g_export" ] && file=firewall || file=${VARDIR}/firewall
;;
1)
file=$1