diff --git a/6_buildjdk.sh b/6_buildjdk.sh index 05bd509..fab13dd 100755 --- a/6_buildjdk.sh +++ b/6_buildjdk.sh @@ -82,7 +82,7 @@ git reset --hard if [[ "$BUILD_IOS" != "1" ]]; then find ../patches/jre_${TARGET_VERSION}/android -name "*.diff" -print0 | xargs -0 -I {} sh -c 'echo "Applying {}" && git apply --reject --whitespace=fix {} || echo "git apply failed (Android patch set)"' else - find ../patches/jre_${TARGET_VERSION}/ios -name "*.diff" -print0 | xargs -0 -I {} sh -c 'echo "Applying {}" && git apply --reject --whitespace=fix {} && || echo "git apply failed (iOs patch set)"' + find ../patches/jre_${TARGET_VERSION}/ios -name "*.diff" -print0 | xargs -0 -I {} sh -c 'echo "Applying {}" && git apply --reject --whitespace=fix {} || echo "git apply failed (iOs patch set)"' # Hack: exclude building macOS stuff desktop_mac=src/java.desktop/macosx