summaryrefslogtreecommitdiff
path: root/eclass/git-2.eclass
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2011-04-17 23:07:35 +0200
committerTomas Chvatal <scarabeus@gentoo.org>2011-04-17 23:16:23 +0200
commit5169de3e71b859ed7a43ab2a3f18685795935f74 (patch)
tree32264cd7b1ac1b5ae6531a716a39796f949886f5 /eclass/git-2.eclass
parent5e7ca216a627256b161a6879d59b47cacc65eb4a (diff)
downloadkde-5169de3e71b859ed7a43ab2a3f18685795935f74.tar.gz
kde-5169de3e71b859ed7a43ab2a3f18685795935f74.tar.bz2
kde-5169de3e71b859ed7a43ab2a3f18685795935f74.zip
[strigi] use git-2 eclass
Diffstat (limited to 'eclass/git-2.eclass')
-rw-r--r--eclass/git-2.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/git-2.eclass b/eclass/git-2.eclass
index 3927c8b04e1..e508bc4c9ce 100644
--- a/eclass/git-2.eclass
+++ b/eclass/git-2.eclass
@@ -161,7 +161,7 @@ git-2_submodules() {
debug-print "${FUNCNAME}: working in \"${1}\""
pushd "${1}" > /dev/null
- export GIT_DIR=${EGIT_DIR}
+ export GIT_DIR=${1}
debug-print "${FUNCNAME}: git submodule init"
git submodule init || die
debug-print "${FUNCNAME}: git submodule sync"