Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[PATCH 2/2] Fix Completion iptables 194: ;& => ;;
- X-seq: zsh-workers 43622
- From: a-wing <1@233.email>
- To: zsh-workers@xxxxxxx
- Subject: [PATCH 2/2] Fix Completion iptables 194: ;& => ;;
- Date: Mon, 8 Oct 2018 11:24:24 +0800
- Cc: a-wing <1@233.email>
- In-reply-to: <20181008032424.4260-1-1@233.email>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <20181008032424.4260-1-1@233.email>
---
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