commit: a09d6abdc71554d3678a05fc1052fca5bb266730 Author: Benda Xu <heroxbd <AT> gentoo <DOT> org> AuthorDate: Sat Oct 8 01:22:02 2016 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Oct 8 01:22:02 2016 +0000 URL: https://gitweb.gentoo.org/proj/java-ebuilder.git/commit/?id=a09d6abd
tree.sh: silent pushd notice. scripts/tree.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/tree.sh b/scripts/tree.sh index 8fef39d..8de9045 100755 --- a/scripts/tree.sh +++ b/scripts/tree.sh @@ -48,7 +48,7 @@ gebd() { local SRC_URI="http://central.maven.org/maven2/${WORKDIR}/${MV}/${M}-sources.jar" if [[ ! -f "${POMDIR}"/${M}.pom ]]; then - pushd "${POMDIR}" + pushd "${POMDIR}" > /dev/null wget ${SRC_URI/-sources.jar/.pom} # 3rd party plugin not needed here