Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/java-ebuilder:master commit in: scripts/
Date: Wed, 30 Oct 2019 17:35:27
Message-Id: 1475889722.a09d6abdc71554d3678a05fc1052fca5bb266730.mgorny@gentoo
1 commit: a09d6abdc71554d3678a05fc1052fca5bb266730
2 Author: Benda Xu <heroxbd <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 8 01:22:02 2016 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 8 01:22:02 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/java-ebuilder.git/commit/?id=a09d6abd
7
8 tree.sh: silent pushd notice.
9
10 scripts/tree.sh | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/scripts/tree.sh b/scripts/tree.sh
14 index 8fef39d..8de9045 100755
15 --- a/scripts/tree.sh
16 +++ b/scripts/tree.sh
17 @@ -48,7 +48,7 @@ gebd() {
18 local SRC_URI="http://central.maven.org/maven2/${WORKDIR}/${MV}/${M}-sources.jar"
19
20 if [[ ! -f "${POMDIR}"/${M}.pom ]]; then
21 - pushd "${POMDIR}"
22 + pushd "${POMDIR}" > /dev/null
23 wget ${SRC_URI/-sources.jar/.pom}
24
25 # 3rd party plugin not needed here