From 16cf218fc3b669f1bf1f7f8eb7b92ca1015f1dc9 Mon Sep 17 00:00:00 2001 From: judovana Date: Wed, 9 Oct 2024 05:59:22 +0200 Subject: [PATCH] Added forgotten parameter (#3974) Simplify the parsing logic of makejdk_any_platform_args (#3957) have forgot to add mandatpory parameter to usage of removeSystemModulesHashBuilderParams in tooling/reproducible/comparable_patch.sh#L351 --- tooling/reproducible/comparable_patch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tooling/reproducible/comparable_patch.sh b/tooling/reproducible/comparable_patch.sh index 8f776f1d3..f342ff7ac 100755 --- a/tooling/reproducible/comparable_patch.sh +++ b/tooling/reproducible/comparable_patch.sh @@ -348,7 +348,7 @@ fi if [[ "$OS" =~ CYGWIN* ]] || [[ "$OS" =~ Darwin* ]]; then # SystemModules$*.class's differ due to hash differences from Windows COMPANY_NAME and Signatures - removeSystemModulesHashBuilderParams + removeSystemModulesHashBuilderParams "${JDK_DIR}" fi if [[ "$OS" =~ CYGWIN* ]]; then