diff options
author | Benda Xu <heroxbd@gentoo.org> | 2016-10-08 10:22:02 +0900 |
---|---|---|
committer | Benda Xu <heroxbd@gentoo.org> | 2016-10-08 10:22:02 +0900 |
commit | a09d6abdc71554d3678a05fc1052fca5bb266730 (patch) | |
tree | d49fbfc8bcc76aade19f51b4a37c8c97e0f50d96 /scripts | |
parent | Move the jsch-agentproxy into java. (diff) | |
download | java-ebuilder-a09d6abdc71554d3678a05fc1052fca5bb266730.tar.gz java-ebuilder-a09d6abdc71554d3678a05fc1052fca5bb266730.tar.bz2 java-ebuilder-a09d6abdc71554d3678a05fc1052fca5bb266730.zip |
tree.sh: silent pushd notice.0.1
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/tree.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |