From 619fe40a12329807eebc7ba1bf87d822ee490052 Mon Sep 17 00:00:00 2001 From: Jiri Vanek Date: Fri, 31 Jan 2025 22:37:12 +0100 Subject: [PATCH] Removed trailing space --- tooling/reproducible/ReproducibleBuilds.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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