From: Karl Berry Date: Wed, 19 Jun 2024 17:02:39 +0000 (-0700) Subject: automake: insane typo * instead of 2. X-Git-Tag: v1.16.92~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bc1042e7cfbf60be281eebce08eb10aafb8e9bdc;p=thirdparty%2Fautomake.git automake: insane typo * instead of 2. * m4/sanity.m4 (AM_SANITY_CHECK): managed to replace 2 with * in ls -t test. Clearly I have gone insane. --- diff --git a/m4/sanity.m4 b/m4/sanity.m4 index 6602d19ea..66b784d4b 100644 --- a/m4/sanity.m4 +++ b/m4/sanity.m4 @@ -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