diff --git a/tooling/reproducible/ReproducibleBuilds.md b/tooling/reproducible/ReproducibleBuilds.md index 6eb00e06c..495b225e8 100755 --- a/tooling/reproducible/ReproducibleBuilds.md +++ b/tooling/reproducible/ReproducibleBuilds.md @@ -50,7 +50,7 @@ The patching process involves: - Remove any non-deterministic build process artifact strings, like Manifest Created-By stamps. - Zero out CRC in .gnu_debuglink ELF sections to eliminate .debuginfo-induced differences. -**warning:** If you run `comparable_patch.sh`, do not use `repro_compare.sh` for final comparison. You would get false negatives. Run plain `diff jdk1 jdk2` with any switches you need. +**warning:** If you run `comparable_patch.sh`, do not use `repro_compare.sh` for final comparison. You would get false negatives. Run plain `diff jdk1 jdk2` with any switches you need. ### How to setup and run comparable_patch.sh on Windows