Skip to content

Commit

Permalink
Update sbin/build.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Martijn Verburg <[email protected]>
  • Loading branch information
Panxuefeng-loongson and karianna authored Nov 1, 2022
1 parent 52ebd3a commit 479717e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sbin/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ getOpenJdkVersion() {
local buildNum="$(cut -d'.' -f 5 <"${loongsonVerFile}")"
version="jdk8u${updateNum}-b${buildNum}"
else
echo "not support jdk version!"
echo "Only Java 8 is supported for now"
fi
else
version=${BUILD_CONFIG[TAG]:-$(getFirstTagFromOpenJDKGitRepo)}
Expand Down

0 comments on commit 479717e

Please sign in to comment.