diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2011-04-23 10:21:11 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2011-04-23 10:21:11 +0000 |
commit | e7f1282b01740d58804692ac60629b1c9ff24c48 (patch) | |
tree | 07bc7537c9070619f666a87ed378bc82c5a76e6e /eclass/git-2.eclass | |
parent | Stop using gnome2.eclass and remove support for gnome-base/gconf wrt #364513. (diff) | |
download | gentoo-2-e7f1282b01740d58804692ac60629b1c9ff24c48.tar.gz gentoo-2-e7f1282b01740d58804692ac60629b1c9ff24c48.tar.bz2 gentoo-2-e7f1282b01740d58804692ac60629b1c9ff24c48.zip |
Remove wrong variable from debug-log message.
Diffstat (limited to 'eclass/git-2.eclass')
-rw-r--r-- | eclass/git-2.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/git-2.eclass b/eclass/git-2.eclass index 29888c0c03b4..5d6d6de68fea 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.2 2011/04/20 21:51:21 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/git-2.eclass,v 1.3 2011/04/23 10:21:11 scarabeus Exp $ # @ECLASS: git-2.eclass # @MAINTAINER: @@ -306,7 +306,7 @@ git-2_update_repo() { # git urls might change, so reset it git config remote.origin.url "${repo_uri}" - debug-print "${EGIT_UPDATE_CMD} ${EGIT_OPTIONS}" + debug-print "${EGIT_UPDATE_CMD}" ${EGIT_UPDATE_CMD} > /dev/null if [[ $? -eq 0 ]]; then # global variable containing the repo_name we will be using |