summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2011-04-17 14:54:10 +0200
committerTomas Chvatal <scarabeus@gentoo.org>2011-04-17 14:54:10 +0200
commit0ca3c1e8c3e93c14cb8c985739b1485105bd1a51 (patch)
treed4fcf8c0de0b896257b6e9cab4dace7c533accb5
parent676b5ab3d79bfd5de33778188132f372ae0f60f0 (diff)
downloadkde-0ca3c1e8c3e93c14cb8c985739b1485105bd1a51.tar.gz
kde-0ca3c1e8c3e93c14cb8c985739b1485105bd1a51.tar.bz2
kde-0ca3c1e8c3e93c14cb8c985739b1485105bd1a51.zip
[git-2] Use correct variable name. Thx to ulm for spotting.
-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 0a5d490aee4..26127d56b84 100644
--- a/eclass/git-2.eclass
+++ b/eclass/git-2.eclass
@@ -150,7 +150,7 @@ git-2_init_variables() {
git-2_submodules() {
debug-print-function ${FUNCNAME} "$@"
if [[ -n ${EGIT_HAS_SUBMODULES} ]]; then
- if [[ -n ${ESCM_OFFLINE} ]]; then
+ if [[ -n ${EVCS_OFFLINE} ]]; then
# for submodules operations we need to be online
debug-print "${FUNCNAME}: not updating submodules in offline mode"
return 1