Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/zsh-completion:master commit in: /
Date: Fri, 24 Jan 2014 01:06:03
Message-Id: 1390525335.184ad6eaa972991a1690783d09a711cf55ee913e.radhermit@gentoo
1 commit: 184ad6eaa972991a1690783d09a711cf55ee913e
2 Author: Vikraman Choudhury <vikraman <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 23 22:47:17 2014 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 24 01:02:15 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/zsh-completion.git;a=commit;h=184ad6ea
7
8 Fix command for listing eselect modules
9
10 ---
11 _eselect | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14 diff --git a/_eselect b/_eselect
15 index 5b15d50..0f0362b 100644
16 --- a/_eselect
17 +++ b/_eselect
18 @@ -130,7 +130,7 @@ _eselect () {
19 "--colour=no[Disable coloured output]" \
20 "--color=no[Disable coloured output]"
21 )
22 - modnames=(${${${(M)${(f)"$(eselect --color=no list-modules)"}## *}// */}// /})
23 + modnames=(${${${(M)${(f)"$(eselect --color=no modules list)"}## *}// */}// /})
24
25 if ((CURRENT == 2)); then
26 _arguments -s \