From 3ac235104a3d0b95e182800933aa5722f7c5e53f Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Sun, 17 Mar 2002 22:56:23 +0000 Subject: [PATCH] 2002-03-17 Alexandre Duret-Lutz * tests/dirforbid.test: Workaround for NetBSD sh bug. Fixes PR automake/305. --- ChangeLog | 5 +++++ tests/dirforbid.test | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) 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 : -- 2.43.5