Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] emacs r1261 - eselect-emacs
Date: Mon, 20 Apr 2009 07:18:02
Message-Id: E1LvnlP-000103-AS@stork.gentoo.org
1 Author: ulm
2 Date: 2009-04-20 07:17:59 +0000 (Mon, 20 Apr 2009)
3 New Revision: 1261
4
5 Modified:
6 eselect-emacs/ctags.eselect
7 Log:
8 More unnecessary quotes removed.
9
10 Modified: eselect-emacs/ctags.eselect
11 ===================================================================
12 --- eselect-emacs/ctags.eselect 2009-04-20 06:59:33 UTC (rev 1260)
13 +++ eselect-emacs/ctags.eselect 2009-04-20 07:17:59 UTC (rev 1261)
14 @@ -219,7 +219,7 @@
15 local i target targets=( $(find_targets) )
16 if [[ ${#targets[@]} -gt 0 && ${current} != nolink ]]; then
17 target=${targets[0]}
18 - [[ ${current} == ${CTAGS}-*emacs* ]] && current="${CTAGS}-*emacs*"
19 + [[ ${current} == ${CTAGS}-*emacs* ]] && current=${CTAGS}-*emacs*
20 for i in ${targets[@]}; do
21 [[ ${i} == ${current} ]] && target=${i}
22 done