From 7bc7ea5b741809b87e3ccd4e3639861b01d1a24f Mon Sep 17 00:00:00 2001 From: Jim Ramsay Date: Wed, 13 Jul 2011 01:06:31 +0000 Subject: Fixup a minor typo. --- eclass/vim.eclass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'eclass') diff --git a/eclass/vim.eclass b/eclass/vim.eclass index d0a4f2855e38..6bae44a29ff6 100644 --- a/eclass/vim.eclass +++ b/eclass/vim.eclass @@ -1,9 +1,9 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.196 2011/03/28 06:47:45 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.197 2011/07/13 01:06:31 lack Exp $ # Authors: -# Jim Ramsay +# Jim Ramsay # Ryan Phillips # Seemant Kulleen # Aron Griffis @@ -574,7 +574,7 @@ vim_src_install() { # These files might have slight security issues, so we won't # install them. See bug #77841. We don't mind if these don't # exist. - rm "${ED}${vimfiles}"/tools/{vimspell.sh,tcltags} + rm "${ED}${vimfiles}"/tools/{vimspell.sh,tcltags} 2>/dev/null elif [[ ${MY_PN} == gvim ]] ; then dobin src/gvim -- cgit v1.2.3-65-gdbad