Skip to content

Commit

Permalink
Fixed name of jdk8 tarball per fork mood
Browse files Browse the repository at this point in the history
  • Loading branch information
judovana committed Mar 15, 2024
1 parent ed2c680 commit 4cfcd36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ echo "treating jdk as: $JDK_MAJOR"

if [ ! -e "$JTREG_HOME" ] ; then
if [ "0$JDK_MAJOR" -le "8" ] ; then
ball=jtreg-6+1.tar.gz
ball=jtreg-6+1-jtrfix.tar.gz
wget "https://github.com/andrlos/jtreg/releases/download/6.1-jtrfix-V01.0/$ball"
else
ball=jtreg-7.3.1+1-jtrfix.tar.gz
Expand Down

0 comments on commit 4cfcd36

Please sign in to comment.