[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[automake-commit] branch master updated: automake: insane typo * instead
From: |
Karl Berry |
Subject: |
[automake-commit] branch master updated: automake: insane typo * instead of 2. |
Date: |
Wed, 19 Jun 2024 13:02:49 -0400 |
This is an automated email from the git hooks/post-receive script.
karl pushed a commit to branch master
in repository automake.
View the commit online:
https://git.savannah.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=bc1042e7cfbf60be281eebce08eb10aafb8e9bdc
The following commit(s) were added to refs/heads/master by this push:
new bc1042e7c automake: insane typo * instead of 2.
bc1042e7c is described below
commit bc1042e7cfbf60be281eebce08eb10aafb8e9bdc
Author: Karl Berry <karl@freefriends.org>
AuthorDate: Wed Jun 19 10:02:39 2024 -0700
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.
---
m4/sanity.m4 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [automake-commit] branch master updated: automake: insane typo * instead of 2.,
Karl Berry <=