public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] emacs r1261 - eselect-emacs
@ 2009-04-20  7:17 Ulrich Mueller (ulm)
  0 siblings, 0 replies; only message in thread
From: Ulrich Mueller (ulm) @ 2009-04-20  7:17 UTC (permalink / raw
  To: gentoo-commits

Author: ulm
Date: 2009-04-20 07:17:59 +0000 (Mon, 20 Apr 2009)
New Revision: 1261

Modified:
   eselect-emacs/ctags.eselect
Log:
More unnecessary quotes removed.

Modified: eselect-emacs/ctags.eselect
===================================================================
--- eselect-emacs/ctags.eselect	2009-04-20 06:59:33 UTC (rev 1260)
+++ eselect-emacs/ctags.eselect	2009-04-20 07:17:59 UTC (rev 1261)
@@ -219,7 +219,7 @@
 	local i target targets=( $(find_targets) )
 	if [[ ${#targets[@]} -gt 0 && ${current} != nolink ]]; then
 		target=${targets[0]}
-		[[ ${current} == ${CTAGS}-*emacs* ]] && current="${CTAGS}-*emacs*"
+		[[ ${current} == ${CTAGS}-*emacs* ]] && current=${CTAGS}-*emacs*
 		for i in ${targets[@]}; do
 			[[ ${i} == ${current} ]] && target=${i}
 		done




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-04-20  7:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-20  7:17 [gentoo-commits] emacs r1261 - eselect-emacs Ulrich Mueller (ulm)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox