From: Tom Tromey Date: Sun, 17 Mar 2002 22:56:25 +0000 (+0000) Subject: 2002-03-17 Alexandre Duret-Lutz X-Git-Tag: branchpoint-1-6~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f8ba14e4685df9c545ae79dde6d65ef41c90ab4;p=thirdparty%2Fautomake.git 2002-03-17 Alexandre Duret-Lutz * tests/dirforbid.test: Workaround for NetBSD sh bug. Fixes PR automake/305. --- diff --git a/ChangeLog b/ChangeLog index 97adeecbb..4deb7b241 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-03-17 Alexandre Duret-Lutz + + * tests/dirforbid.test: Workaround for NetBSD sh bug. + Fixes PR automake/305. + 2002-03-11 Richard Boulton * automake.in (check_typos): Allow variables with reserved diff --git a/tests/dirforbid.test b/tests/dirforbid.test index 814930d90..efb3646a1 100755 --- a/tests/dirforbid.test +++ b/tests/dirforbid.test @@ -18,6 +18,7 @@ for i in data_PROGRAMS lib_HEADERS ; do $i = foo END $ACLOCAL - $AUTOMAKE -a && exit 1 + # This strange syntax works around NetBSD Problem Report #11542. + $AUTOMAKE -a && exit 1 || : done :