On Mon, 23 Jan 2023 16:47:47 GMT, Deepa Kumari <d...@openjdk.org> wrote:

> basic_tools.m4 contains the line 'elif test "x$TAR_TYPE" = "aix";...' The 
> comparison "x$TAR_TYPE" = "aix" can never be true. Adding an 'x' to both 
> sides of the comparison prevents an erroneous match when the variable is the 
> empty string.
> 
> Verified the test after successful build and reflecting changes 'elif test 
> "x$TAR_TYPE" = "xaix";...' on generated-configure.sh file.
> 
> Reported Issue : [JDK-8285850](https://bugs.openjdk.org/browse/JDK-8285850)

Marked as reviewed by tsteele (Committer).

-------------

PR: https://git.openjdk.org/jdk/pull/12146

Reply via email to