Skip to content

Commit

Permalink
Added forgotten parameter
Browse files Browse the repository at this point in the history
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
  • Loading branch information
judovana committed Oct 4, 2024
1 parent 47929da commit 595b0b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tooling/reproducible/comparable_patch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 595b0b3

Please sign in to comment.