mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-19 17:28:35 +02:00
Correct typeos in shorewall and shorwall6
This commit is contained in:
parent
a4b77d7267
commit
2769b09f64
@ -397,7 +397,7 @@ compiler() {
|
|||||||
[ "$g_debugging" = trace ] && options="$options --debug"
|
[ "$g_debugging" = trace ] && options="$options --debug"
|
||||||
[ -n "$g_refreshchains" ] && options="$options --refresh=$g_refreshchains"
|
[ -n "$g_refreshchains" ] && options="$options --refresh=$g_refreshchains"
|
||||||
[ -n "$g_confess" ] && options="$options --confess"
|
[ -n "$g_confess" ] && options="$options --confess"
|
||||||
[ -n "$g_updatee" ] && options="$options --update"
|
[ -n "$g_update" ] && options="$options --update"
|
||||||
[ -n "$g_annotate" ] && options="$options --annotate"
|
[ -n "$g_annotate" ] && options="$options --annotate"
|
||||||
|
|
||||||
if [ -n "$PERL" ]; then
|
if [ -n "$PERL" ]; then
|
||||||
|
@ -1745,7 +1745,7 @@ case "$COMMAND" in
|
|||||||
update)
|
update)
|
||||||
get_config Yes
|
get_config Yes
|
||||||
shift
|
shift
|
||||||
g_updatee=Yes
|
g_update=Yes
|
||||||
check_command $@
|
check_command $@
|
||||||
;;
|
;;
|
||||||
show|list)
|
show|list)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user