From: Zack Weinberg Date: Fri, 22 Dec 2023 15:05:27 +0000 (-0500) Subject: Remove bashism from tests/local.at. X-Git-Tag: v2.72~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=634fb3e72990535248ee6d5c59c885582bf8ce9d;p=thirdparty%2Fautoconf.git Remove bashism from tests/local.at. I regret doing development on a machine where /bin/sh is bash. * tests/local.at: Don’t use test ==. --- diff --git a/tests/local.at b/tests/local.at index c8ce8163c..95b5f155e 100644 --- a/tests/local.at +++ b/tests/local.at @@ -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.