Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

[PATCH 2/2] Fix Completion iptables 194: ;& => ;;



---
 Completion/Linux/Command/_iptables | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Completion/Linux/Command/_iptables b/Completion/Linux/Command/_iptables
index ae8d66ea4..2d9697418 100644
--- a/Completion/Linux/Command/_iptables
+++ b/Completion/Linux/Command/_iptables
@@ -191,7 +191,7 @@ case "$state" in
     _wanted targets expl 'builtin target' compadd \
         ACCEPT DROP QUEUE RETURN DNAT DSCP ECN LOG MARK MASQUERADE MIRROR \
 	REDIRECT REJECT SNAT TCPMSS TOS ULOG && ret=0
-  ;&
+  ;;
   user-chains)
     _wanted chains expl 'user-defined chain' compadd \
 	${${${${(M)${(f)"$(_call_program chains $words[1] \
-- 
2.19.0



Messages sorted by: Reverse Date, Date, Thread, Author