summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2011-04-23 10:21:11 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2011-04-23 10:21:11 +0000
commit27c9921ebad3e82605e43a2d63f31fe11d8d0621 (patch)
treeaef835c462db104f2c4246265b2d52f2fb251438 /eclass
parentStop using gnome2.eclass and remove support for gnome-base/gconf wrt #364513. (diff)
downloadhistorical-27c9921ebad3e82605e43a2d63f31fe11d8d0621.tar.gz
historical-27c9921ebad3e82605e43a2d63f31fe11d8d0621.tar.bz2
historical-27c9921ebad3e82605e43a2d63f31fe11d8d0621.zip
Remove wrong variable from debug-log message.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/git-2.eclass4
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