On Tue, 20 Feb 2024 20:01:40 GMT, Magnus Ihse Bursie <i...@openjdk.org> wrote:
> The logic in the compare script assumes that we compare two directories, and > so always have an `$OTHER`. If we are using `-2dirs`, this is not the case, > causing `cygpath` and the following `ls` to fail and print error messages > about missing paths. These are benign but annoying. This pull request has now been integrated. Changeset: 4d50ee63 Author: Magnus Ihse Bursie <i...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/4d50ee63d6eebe73579f05214e6a0fc1b8ebad99 Stats: 5 lines in 1 file changed: 2 ins; 0 del; 3 mod 8326368: compare.sh -2bins prints ugly errors on Windows Reviewed-by: erikj ------------- PR: https://git.openjdk.org/jdk/pull/17936