Skip to content

Commit

Permalink
Fixed typo in jdk8 variable
Browse files Browse the repository at this point in the history
  • Loading branch information
judovana committed Aug 21, 2023
1 parent 838beb0 commit 75f68b7
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 75f68b7

Please sign in to comment.