diff options
| -rw-r--r-- | eclass/git-2.eclass | 2 |
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 |
