Skip to content

Commit

Permalink
8285850: [AIX] unreachable code in basic_tools.m4 -> BASIC_CHECK_TAR
Browse files Browse the repository at this point in the history
Reviewed-by: erikj, tsteele
  • Loading branch information
deepa181 authored and Tyler Steele committed Jan 27, 2023
1 parent e2a3b20 commit dff4131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make/autoconf/basic_tools.m4
Expand Up @@ -286,7 +286,7 @@ AC_DEFUN([BASIC_CHECK_TAR],
if test "x$TAR_TYPE" = "xgnu"; then
TAR_INCLUDE_PARAM="T"
TAR_SUPPORTS_TRANSFORM="true"
elif test "x$TAR_TYPE" = "aix"; then
elif test "x$TAR_TYPE" = "xaix"; then
# -L InputList of aix tar: name of file listing the files and directories
# that need to be archived or extracted
TAR_INCLUDE_PARAM="L"
Expand Down

1 comment on commit dff4131

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.