From 1a5ab53056a6943a68f7ef2e9eb804c88c76f493 Mon Sep 17 00:00:00 2001 From: artdeell Date: Fri, 24 Feb 2023 16:26:18 +0300 Subject: [PATCH] Fix missing semicolon --- buildjdk.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildjdk.sh b/buildjdk.sh index 67e1b6b..3a2b0db 100755 --- a/buildjdk.sh +++ b/buildjdk.sh @@ -64,7 +64,7 @@ cd openjdk if [ "$BUILD_IOS" != "1" ]; then git reset --hard git apply --reject --whitespace=fix ../patches/jdk8u_android.diff || echo "git apply failed (universal patch set)" - if [ "$TARGET_JDK" == "arm" ] then + if [ "$TARGET_JDK" == "arm" ]; then #TODO: make separate aarch32 patch set else git apply --reject --whitespace=fix ../patches/jdk8u_android_main.diff || echo "git apply failed (main non-universal patch set)"