From: Dmitry Goncharov Date: Sat, 4 Jun 2022 22:34:33 +0000 (-0400) Subject: * tests/scripts/features/archives: Fix typo X-Git-Tag: 4.3.90~66 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6d6f12b0c39e178a698aca6845bab344b66358fb;p=thirdparty%2Fmake.git * tests/scripts/features/archives: Fix typo --- diff --git a/tests/scripts/features/archives b/tests/scripts/features/archives index d4058119..809bf21e 100644 --- a/tests/scripts/features/archives +++ b/tests/scripts/features/archives @@ -36,7 +36,7 @@ my $redir = '2>&1'; $redir = '' if $osname eq 'VMS'; # This is the value from src/default.c -my $arflags = $ostype eq 'aix' ? '-Xany -rv' : '-rv'; +my $arflags = $osname eq 'aix' ? '-Xany -rv' : '-rv'; my $arvar = "AR=$ar"; # Newer versions of binutils can be built with --enable-deterministic-archives