Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] eselect r775 - in trunk: . misc
Date: Thu, 26 Aug 2010 19:43:50
Message-Id: 20100826194347.1CF7720051@flycatcher.gentoo.org
1 Author: ulm
2 Date: 2010-08-26 19:43:46 +0000 (Thu, 26 Aug 2010)
3 New Revision: 775
4
5 Modified:
6 trunk/ChangeLog
7 trunk/misc/eselect.bashcomp
8 Log:
9 Fix typo in local variables definition.
10
11 Modified: trunk/ChangeLog
12 ===================================================================
13 --- trunk/ChangeLog 2010-07-30 22:23:59 UTC (rev 774)
14 +++ trunk/ChangeLog 2010-08-26 19:43:46 UTC (rev 775)
15 @@ -1,3 +1,7 @@
16 +2010-08-26 Ulrich Mueller <ulm@g.o>
17 +
18 + * misc/eselect.bashcomp: Fix typo in local variables definition.
19 +
20 2010-07-27 Ulrich Mueller <ulm@g.o>
21
22 * configure.ac: Update version to 1.2.11.
23
24 Modified: trunk/misc/eselect.bashcomp
25 ===================================================================
26 --- trunk/misc/eselect.bashcomp 2010-07-30 22:23:59 UTC (rev 774)
27 +++ trunk/misc/eselect.bashcomp 2010-08-26 19:43:46 UTC (rev 775)
28 @@ -7,7 +7,7 @@
29 # Author: Aaron Walker <ka0ttic@g.o>
30
31 _eselect() {
32 - local cur sedcmd sedcmd3 possibles
33 + local cur sedcmd2 sedcmd3 possibles
34 local options="--brief --no-colour"
35 COMPREPLY=()
36 cur="${COMP_WORDS[COMP_CWORD]}"