Skip to content

Commit

Permalink
Update tooling/reproducible/linux_repro_build_compare.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Martijn Verburg <[email protected]>
  • Loading branch information
sophia-guo and karianna authored Sep 5, 2024
1 parent 1f9c376 commit 01454b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tooling/reproducible/linux_repro_build_compare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ if [[ $JDK_PARAM =~ ^https?:// ]]; then
elif [[ $JDK_PARAM =~ tar.gz ]]; then
tar xpfz "$JDK_PARAM" --strip-components=1 -C "$PWD/jdk-${TEMURIN_VERSION}"
else
#Local jdk dir
# Local JDK dir
cp -R "${JDK_PARAM}"/* "${sourceJDK}"
fi

Expand Down

0 comments on commit 01454b5

Please sign in to comment.