summaryrefslogtreecommitdiff
path: root/eclass/git-2.eclass
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2011-04-06 01:24:47 +0200
committerTomas Chvatal <scarabeus@gentoo.org>2011-04-06 01:27:39 +0200
commitd90006bf085500ee3b53310fdeda675cd5e33272 (patch)
treeff60042235b196d0cc6746d2fae3be7b9b1e3d3b /eclass/git-2.eclass
parent3d152af904595ede1d04ea5dd0eb6f35d8feed9b (diff)
downloadkde-d90006bf085500ee3b53310fdeda675cd5e33272.tar.gz
kde-d90006bf085500ee3b53310fdeda675cd5e33272.tar.bz2
kde-d90006bf085500ee3b53310fdeda675cd5e33272.zip
[git-2] Do not print the diff twice so quiet the update command.
Diffstat (limited to 'eclass/git-2.eclass')
-rw-r--r--eclass/git-2.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/git-2.eclass b/eclass/git-2.eclass
index 5b46ec6770d..4d17266e338 100644
--- a/eclass/git-2.eclass
+++ b/eclass/git-2.eclass
@@ -274,7 +274,7 @@ git-2_update_repo() {
git config remote.origin.url "${repo_uri}"
debug-print "${EGIT_UPDATE_CMD} ${EGIT_OPTIONS}"
- ${EGIT_UPDATE_CMD} ${EGIT_OPTIONS}
+ ${EGIT_UPDATE_CMD} ${EGIT_OPTIONS} > /dev/null
if [[ $? -eq 0 ]]; then
# global variable containing the repo_name we will be using