summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorJonathan Callen <jcallen@gentoo.org>2010-02-24 01:16:35 +0000
committerJonathan Callen <jcallen@gentoo.org>2010-02-24 01:16:35 +0000
commit7bcfad75244534cf3e2c59807d9a8662742e856f (patch)
treea802ba40e64470c40eec9e04a1fc71f03e63f347 /eclass
parentVersion bump. (diff)
downloadhistorical-7bcfad75244534cf3e2c59807d9a8662742e856f.tar.gz
historical-7bcfad75244534cf3e2c59807d9a8662742e856f.tar.bz2
historical-7bcfad75244534cf3e2c59807d9a8662742e856f.zip
Fix typo
Diffstat (limited to 'eclass')
-rw-r--r--eclass/git.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/git.eclass b/eclass/git.eclass
index 10645e428f4b..3356b516f29f 100644
--- a/eclass/git.eclass
+++ b/eclass/git.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/git.eclass,v 1.42 2010/02/23 00:43:54 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/git.eclass,v 1.43 2010/02/24 01:16:35 abcd Exp $
# @ECLASS: git.eclass
# @MAINTAINER:
@@ -193,7 +193,7 @@ git_fetch() {
debug-print-function ${FUNCNAME} "$@"
local GIT_DIR EGIT_CLONE_DIR oldsha1 cursha1 extra_clone_opts upstream_branch
- ${EGIT_USE_SUBMODULES} || export GIT_DIR
+ ${EGIT_HAS_SUBMODULES} || export GIT_DIR
# choose if user wants elog or just einfo.
if [[ ${EGIT_QUIET} != OFF ]]; then