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
commite9646f37221e2cb5bee6d2f6d5bf40a71876c1ed (patch)
tree4b9edc9763bd3d53b6baa3b172c3666e5b15d53d /eclass/vim.eclass
parentBump, bug #79359. (diff)
downloadgentoo-2-e9646f37221e2cb5bee6d2f6d5bf40a71876c1ed.tar.gz
gentoo-2-e9646f37221e2cb5bee6d2f6d5bf40a71876c1ed.tar.bz2
gentoo-2-e9646f37221e2cb5bee6d2f6d5bf40a71876c1ed.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