[prev in list] [next in list] [prev in thread] [next in thread] 

List:       openjdk-build-dev
Subject:    Re: RFR: 8285850 : [AIX] unreachable code in basic_tools.m4 -> BASIC_CHECK_TAR
From:       Tyler Steele <tsteele () openjdk ! org>
Date:       2023-01-27 5:48:16
Message-ID: y6nnKasRZWWTEUvhben_nBub0DWMGw35hxFhnji5E-o=.c462fced-79ce-4cfe-82e6-f93a8c320fe7 () github ! com
[Download RAW message or body]

On Mon, 23 Jan 2023 16:47:47 GMT, Deepa Kumari <duke@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


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic