automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Patch: FYI: PR 305


From: Tom Tromey
Subject: Patch: FYI: PR 305
Date: 17 Mar 2002 16:27:59 -0700

I'm checking this in.
Alexandre wrote this but it never went in.

Tom

Index: ChangeLog
from  Alexandre Duret-Lutz  <address@hidden>

        * tests/dirforbid.test: Workaround for NetBSD sh bug.
        Fixes PR automake/305.

Index: tests/dirforbid.test
===================================================================
RCS file: /cvs/automake/automake/tests/dirforbid.test,v
retrieving revision 1.1
diff -u -r1.1 dirforbid.test
--- tests/dirforbid.test 2002/03/05 17:09:32 1.1
+++ tests/dirforbid.test 2002/03/17 22:55:36
@@ -18,6 +18,7 @@
 $i = foo
 END
   $ACLOCAL
-  $AUTOMAKE -a && exit 1
+  # This strange syntax works around NetBSD Problem Report #11542.
+  $AUTOMAKE -a && exit 1 || :
 done
 :



reply via email to

[Prev in Thread] Current Thread [Next in Thread]