Skip to content

Commit

Permalink
Remove some spurious output
Browse files Browse the repository at this point in the history
  • Loading branch information
propensive committed Mar 25, 2024
1 parent 09ab26d commit 8ac05c1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions etc/prefix1
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,9 @@ download() {
fi

dir="$(dirname "$(find "${tmpDir}" -name release | head -n1)")"
echo dir=$dir
fullVersion="$(source "${dir}/release" ; printf "%s" "${JAVA_VERSION}")"
targetDir="${javaHome}/${fullVersion}-${javaBundle}"
rm -rf "${targetDir}"
echo mv "${dir}" "${targetDir}"
mkdir -p "${javaHome}"
mv "${dir}" "${targetDir}"
rm -rf "${tmpDir}"
Expand Down

0 comments on commit 8ac05c1

Please sign in to comment.