]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Remove bashism from tests/local.at.
authorZack Weinberg <zack@owlfolio.org>
Fri, 22 Dec 2023 15:05:27 +0000 (10:05 -0500)
committerZack Weinberg <zack@owlfolio.org>
Fri, 22 Dec 2023 15:05:27 +0000 (10:05 -0500)
I regret doing development on a machine where /bin/sh is bash.

* tests/local.at: Don’t use test ==.

tests/local.at

index c8ce8163c427435a2a7b3e9cde36cf13dec391fd..95b5f155eca2c904a8f8fe569dfac40f932804a2 100644 (file)
@@ -62,7 +62,7 @@ AS_CASE([$at_automake_version_1],
 export AUTOMAKE
 
 # Used in the code below that decides delay intervals.
-if test "$AUTOMAKE" == false
+if test "$AUTOMAKE" = false
 then
   # If automake is unavailable, then whether it supports subsecond
   # mtime is moot.