diff options
| author | Tomas Chvatal <scarabeus@gentoo.org> | 2011-01-31 17:46:01 +0100 |
|---|---|---|
| committer | Tomas Chvatal <scarabeus@gentoo.org> | 2011-01-31 17:46:01 +0100 |
| commit | a72ff21ce66d04d5f98c913226beda09332c6e36 (patch) | |
| tree | e2938bfba0b035384484540f1ba5eb9b5e110b50 /eclass/git-ng.eclass | |
| parent | a18366fb887610eb67c09c7a08412b3dddeae633 (diff) | |
| download | kde-a72ff21ce66d04d5f98c913226beda09332c6e36.tar.gz kde-a72ff21ce66d04d5f98c913226beda09332c6e36.tar.bz2 kde-a72ff21ce66d04d5f98c913226beda09332c6e36.zip | |
[eclasses] fix typo
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: |
