summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
Diffstat (limited to '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