summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCiaran McCreesh <ciaranm@gentoo.org>2005-01-29 23:16:29 +0000
committerCiaran McCreesh <ciaranm@gentoo.org>2005-01-29 23:16:29 +0000
commit574556a19abee762bd3b1c22f18dcafcfdf43f63 (patch)
tree805c03722374147835c1053b3e3b1e5eac196302 /eclass/vim.eclass
parentBump, bug #79359. (diff)
downloadhistorical-574556a19abee762bd3b1c22f18dcafcfdf43f63.tar.gz
historical-574556a19abee762bd3b1c22f18dcafcfdf43f63.tar.bz2
historical-574556a19abee762bd3b1c22f18dcafcfdf43f63.zip
fix bash-completion
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 eb1c1a4e8f79..e484148e1331 100644
--- a/eclass/vim.eclass
+++ b/eclass/vim.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.95 2005/01/29 20:09:28 ciaranm Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.96 2005/01/29 23:16:29 ciaranm Exp $
# Authors:
# Ryan Phillips <rphillips@gentoo.org>
@@ -39,7 +39,7 @@ if [[ "${PN##*-}" == "cvs" ]] ; then
inherit cvs
fi
-if [[ $(get_major_version -ge 7 ) ]] ; then
+if [[ $(get_major_version ) -ge 7 ]] ; then
inherit bash-completion
fi