From: Tom Tromey Date: Sun, 17 Mar 2002 22:56:23 +0000 (+0000) Subject: 2002-03-17 Alexandre Duret-Lutz X-Git-Tag: branchpoint-1-6~29 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=3ac235104a3d0b95e182800933aa5722f7c5e53f;p=automake.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 97adeecb..4deb7b24 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 814930d9..efb3646a 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 :