diff options
author | Michał Górny <mgorny@gentoo.org> | 2011-09-23 13:57:42 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2011-09-23 13:57:42 +0000 |
commit | 3106672b4ac5267c7a8e940bf26f548996d21b50 (patch) | |
tree | 85ee1a484104d3e271161b999450b325d3f6baff /eclass | |
parent | Replace redundant $? checks with explicit if..fi. (diff) | |
download | gentoo-2-3106672b4ac5267c7a8e940bf26f548996d21b50.tar.gz gentoo-2-3106672b4ac5267c7a8e940bf26f548996d21b50.tar.bz2 gentoo-2-3106672b4ac5267c7a8e940bf26f548996d21b50.zip |
Drop redundant EGIT_LOCAL_NONBARE setting.
It is set later in the function anyway.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/git-2.eclass | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/eclass/git-2.eclass b/eclass/git-2.eclass index 5bf85275cc96..86be723b3a70 100644 --- a/eclass/git-2.eclass +++ b/eclass/git-2.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/git-2.eclass,v 1.18 2011/09/23 13:57:28 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/git-2.eclass,v 1.19 2011/09/23 13:57:42 mgorny Exp $ # @ECLASS: git-2.eclass # @MAINTAINER: @@ -458,7 +458,6 @@ git-2_migrate_repository() { # check if user didn't specify that we want non-bare repo if [[ ${EGIT_NONBARE} ]]; then target="full" - EGIT_LOCAL_NONBARE="true" fi # test if we already have some repo and if so find out if we have |