diff options
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/monotone.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/monotone.eclass b/eclass/monotone.eclass index ae851429..e3cf3b0d 100644 --- a/eclass/monotone.eclass +++ b/eclass/monotone.eclass @@ -23,7 +23,7 @@ DESCRIPTION="Based on the ${ECLASS} eclass" # @DESCRIPTION: # Set this variable to a non-empty value to disable the automatic updating of # an monotone source tree. This is intended to be set by users. -: ${EMTN_OFFLINE:="${ESCM_OFFLINE}"} +: ${EMTN_OFFLINE:="${EVCS_OFFLINE}"} # @ECLASS-VARIABLE: EMTN_CMD # @DESCRIPTION: |