summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Meier <maekke@gentoo.org>2009-10-11 11:50:21 +0000
committerMarkus Meier <maekke@gentoo.org>2009-10-11 11:50:21 +0000
commit2fff303310b9807e5f1702f82609976c208466ee (patch)
tree6bee3ed62a1f9cf946f661c9653e2e21e116f4a1 /eclass/vim.eclass
parentMerge from Prefix (diff)
downloadhistorical-2fff303310b9807e5f1702f82609976c208466ee.tar.gz
historical-2fff303310b9807e5f1702f82609976c208466ee.tar.bz2
historical-2fff303310b9807e5f1702f82609976c208466ee.zip
whitespace
Diffstat (limited to 'eclass/vim.eclass')
-rw-r--r--eclass/vim.eclass4
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)