summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAli Polatel <hawking@gentoo.org>2008-09-20 07:57:43 +0000
committerAli Polatel <hawking@gentoo.org>2008-09-20 07:57:43 +0000
commit5bfe5429f90e722668f4356b8b46a3c60fdbeca0 (patch)
tree52e6bc5c544ad6059ca51eac8825333a8840d7aa /app-vim/align/align-39.ebuild
parentVersion bump. (diff)
downloadgentoo-2-5bfe5429f90e722668f4356b8b46a3c60fdbeca0.tar.gz
gentoo-2-5bfe5429f90e722668f4356b8b46a3c60fdbeca0.tar.bz2
gentoo-2-5bfe5429f90e722668f4356b8b46a3c60fdbeca0.zip
Quoting.
(Portage version: -svn/cvs/Linux 2.6.26-gentoo x86_64)
Diffstat (limited to 'app-vim/align/align-39.ebuild')
-rw-r--r--app-vim/align/align-39.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/align/align-39.ebuild b/app-vim/align/align-39.ebuild
index 5101eef1d7cb..9ba1ace29ceb 100644
--- a/app-vim/align/align-39.ebuild
+++ b/app-vim/align/align-39.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/align/align-39.ebuild,v 1.1 2008/09/20 07:54:57 hawking Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/align/align-39.ebuild,v 1.2 2008/09/20 07:57:43 hawking Exp $
VIM_PLUGIN_VIM_VERSION="7.0"
inherit vim-plugin
@@ -18,7 +18,7 @@ VIM_PLUGIN_HELPFILES="align align-maps"
src_unpack() {
unpack ${A}
- cd ${S}
+ cd "${S}"
# nuke cecutil, we use the common shared version
rm -f plugin/cecutil.vim
}