]> git.ipfire.org Git - thirdparty/make.git/commitdiff
* tests/scripts/features/archives: Fix typo
authorDmitry Goncharov <dgoncharov@users.sf.net>
Sat, 4 Jun 2022 22:34:33 +0000 (18:34 -0400)
committerPaul Smith <psmith@gnu.org>
Sat, 4 Jun 2022 23:04:37 +0000 (19:04 -0400)
tests/scripts/features/archives

index d40581194e018da9dd2641043b2ca2c86f26775a..809bf21e2110a988ca12e7a07b0541872d8cf21c 100644 (file)
@@ -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