]> git.ipfire.org Git - thirdparty/autoconf.git/commit
lib/autotest/general.m4: typo fix
authorZack Weinberg <zackw@panix.com>
Tue, 8 Dec 2020 16:12:04 +0000 (11:12 -0500)
committerZack Weinberg <zackw@panix.com>
Tue, 8 Dec 2020 16:12:04 +0000 (11:12 -0500)
commit3f75cfc92744bac819b65164169258877ea10475
treeee5fe1c3d936f717fa8851b4c2c1c2035de25796
parent48a3113c20920ac733483ecff214446477ac0b1d
lib/autotest/general.m4: typo fix

The absolute-path case in AT_TESTED had a typo in it, causing bizarre
error messages and preventing programs identified by absolute path
from being logged properly.

* lib/autotest/general.m4 (AT_TESTED): Fix typoed shell syntax in
  handling of programs identified by absolute path.
lib/autotest/general.m4