forked from extern/shorewall_code
Fix option parsing for brief option
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
baf42f2ac0
commit
ca5a0f4b15
@ -733,7 +733,7 @@ show_command() {
|
|||||||
g_routecache=Yes
|
g_routecache=Yes
|
||||||
option=${option#c}
|
option=${option#c}
|
||||||
;;
|
;;
|
||||||
b)
|
b*)
|
||||||
output_filter=brief_output
|
output_filter=brief_output
|
||||||
option=${option#b}
|
option=${option#b}
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user