diff options
author | Markus Meier <maekke@gentoo.org> | 2009-10-11 11:49:42 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2009-10-11 11:49:42 +0000 |
commit | 840705c57a38af62b85eb9174c54b299cd2dce37 (patch) | |
tree | 9f0a549b0a59fc3052240728f9bc89c691940886 /eclass/vim.eclass | |
parent | whitespace (diff) | |
download | gentoo-2-840705c57a38af62b85eb9174c54b299cd2dce37.tar.gz gentoo-2-840705c57a38af62b85eb9174c54b299cd2dce37.tar.bz2 gentoo-2-840705c57a38af62b85eb9174c54b299cd2dce37.zip |
whitespace
Diffstat (limited to 'eclass/vim.eclass')
-rw-r--r-- | eclass/vim.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/vim.eclass b/eclass/vim.eclass index 074a95a125fb..82e1e2779576 100644 --- a/eclass/vim.eclass +++ b/eclass/vim.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.174 2009/05/18 17:02:32 lack Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.175 2009/10/11 11:49:42 maekke Exp $ # Authors: # Ryan Phillips <rphillips@gentoo.org> @@ -172,7 +172,7 @@ apply_vim_patches() { einfo "Filtering vim patches ..." p=${WORKDIR}/${VIM_ORG_PATCHES%.tar*}.patch ls "${WORKDIR}"/vimpatches | sort | \ - while read f; do + while read f; do local fpath="${WORKDIR}"/vimpatches/${f} case $f in *.gz) |