]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
automake: insane typo * instead of 2.
authorKarl Berry <karl@freefriends.org>
Wed, 19 Jun 2024 17:02:39 +0000 (10:02 -0700)
committerKarl Berry <karl@freefriends.org>
Wed, 19 Jun 2024 17:02:39 +0000 (10:02 -0700)
* m4/sanity.m4 (AM_SANITY_CHECK): managed to replace 2 with *
in ls -t test. Clearly I have gone insane.

m4/sanity.m4

index 6602d19ea76063e10680d4bd54fbd07cde58426c..66b784d4b339a9fc8ab0b4b57c8d55a1a4fad95f 100644 (file)
@@ -192,7 +192,7 @@ for am_try in 1 2; do
       # -L didn't work.
       set X `ls -t "$srcdir/configure" conftest.file`
     fi
-    test "$[]*" = conftest.file
+    test "$[]2" = conftest.file
   ); then
     am_build_env_is_sane=yes
     break