From 0ca3c1e8c3e93c14cb8c985739b1485105bd1a51 Mon Sep 17 00:00:00 2001 From: Tomas Chvatal Date: Sun, 17 Apr 2011 14:54:10 +0200 Subject: [git-2] Use correct variable name. Thx to ulm for spotting. --- eclass/git-2.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eclass') 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 -- cgit v1.2.3