mirror of
git://git.sv.gnu.org/autoconf
synced 2024-11-21 01:01:48 +08:00
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 ==.
This commit is contained in:
parent
4fbe643660
commit
634fb3e729
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user