diff options
Diffstat (limited to 'eclass/git-ng.eclass')
| -rw-r--r-- | eclass/git-ng.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/git-ng.eclass b/eclass/git-ng.eclass index fbce33f1f62..31ac5ea8c66 100644 --- a/eclass/git-ng.eclass +++ b/eclass/git-ng.eclass @@ -121,7 +121,7 @@ git-ng_init_variables() { # @DESCRIPTION: # Set to non-empty value to repack objects to save disk space. However this can # take a REALLY LONG time with VERY big repositories. - : ${EGITM_REPACK:=} + : ${EGIT_REPACK:=} # @ECLASS-VARIABLE: EGIT_PRUNE # @DESCRIPTION: |
