mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-08 00:34:04 +01: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"
|
||||
[ -n "$g_refreshchains" ] && options="$options --refresh=$g_refreshchains"
|
||||
[ -n "$g_confess" ] && options="$options --confess"
|
||||
[ -n "$g_updatee" ] && options="$options --update"
|
||||
[ -n "$g_update" ] && options="$options --update"
|
||||
[ -n "$g_annotate" ] && options="$options --annotate"
|
||||
|
||||
if [ -n "$PERL" ]; then
|
||||
|
@ -1745,7 +1745,7 @@ case "$COMMAND" in
|
||||
update)
|
||||
get_config Yes
|
||||
shift
|
||||
g_updatee=Yes
|
||||
g_update=Yes
|
||||
check_command $@
|
||||
;;
|
||||
show|list)
|
||||
|
Loading…
Reference in New Issue
Block a user