Correct typeos in shorewall and shorwall6

This commit is contained in:
Tom Eastep 2011-06-19 08:39:44 -07:00
parent a4b77d7267
commit 2769b09f64
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -1745,7 +1745,7 @@ case "$COMMAND" in
update)
get_config Yes
shift
g_updatee=Yes
g_update=Yes
check_command $@
;;
show|list)