Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8285850

[AIX] unreachable code in basic_tools.m4 -> BASIC_CHECK_TAR

    XMLWordPrintable

Details

    • b08

    Description

      Thanks to Matthias for originally catching this issue.

      basic_tools.m4 contains the line 'elif test "x$TAR_TYPE" = "aix";...'. This comparison can never be true, since no value of TAR_TYPE exists that will cause "x..." to equal "aix". The code following this line should be tested on AIX for hidden issues, then changed to the intended line: "x$TAR_TYPE" = "xaix";...' (by adding the missing 'x').

      Attachments

        Issue Links

          Activity

            People

              tsteele Tyler Steele
              tsteele Tyler Steele
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: