Skip to content

Commit

Permalink
Fixed typo in jdk8 variable (adoptium#788)
Browse files Browse the repository at this point in the history
  • Loading branch information
judovana authored and luhenry committed Feb 3, 2024
1 parent 36cba05 commit b62b38b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/code-tools/jcov.sh
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ pushd $REPO_DIR
getAsmDeps "8.0.1"
getJavatest
pushd build
export JAVA_HOME="$jdk8"
export JAVA_HOME="$jdk08"
ant $ASM_PROPS build
popd
pushd $BUILD_PATH/jcov*/
Expand Down

0 comments on commit b62b38b

Please sign in to comment.