summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAli Polatel <hawking@gentoo.org>2008-09-20 08:05:29 +0000
committerAli Polatel <hawking@gentoo.org>2008-09-20 08:05:29 +0000
commit0b631be506f3acf76441df9b0177bae4da5ee564 (patch)
tree0ab724295912e3d8075d3333c95f4ff412b4fa63 /app-vim/alternate/alternate-2.15.ebuild
parentppc stable, bug #237913 (diff)
downloadgentoo-2-0b631be506f3acf76441df9b0177bae4da5ee564.tar.gz
gentoo-2-0b631be506f3acf76441df9b0177bae4da5ee564.tar.bz2
gentoo-2-0b631be506f3acf76441df9b0177bae4da5ee564.zip
Version bump. Quoting.
(Portage version: -svn/cvs/Linux 2.6.26-gentoo x86_64)
Diffstat (limited to 'app-vim/alternate/alternate-2.15.ebuild')
-rw-r--r--app-vim/alternate/alternate-2.15.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-vim/alternate/alternate-2.15.ebuild b/app-vim/alternate/alternate-2.15.ebuild
index 8bb21ed00cd5..849fdceec689 100644
--- a/app-vim/alternate/alternate-2.15.ebuild
+++ b/app-vim/alternate/alternate-2.15.ebuild
@@ -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/app-vim/alternate/alternate-2.15.ebuild,v 1.1 2007/01/04 02:47:53 beu Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/alternate/alternate-2.15.ebuild,v 1.2 2008/09/20 08:05:29 hawking Exp $
inherit vim-plugin eutils
@@ -18,7 +18,7 @@ file and the associated .h file. There is also :AS to split windows and
src_unpack() {
unpack ${A}
- cd ${S}
+ cd "${S}"
# fix switching between .cc and .hh files, thanks ciaranm
- epatch ${FILESDIR}/${PN}-2.12-hh-cc-alternation.patch
+ epatch "${FILESDIR}"/${PN}-2.12-hh-cc-alternation.patch
}