From: Alexandre Duret-Lutz Date: Sat, 23 Oct 2004 23:10:58 +0000 (+0000) Subject: * tests/distcom3.test: Typo. X-Git-Tag: Release-1-9b~274 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9879aa6a1cd27e1766cd9722c2c1bd68aad3cb2;p=thirdparty%2Fautomake.git * tests/distcom3.test: Typo. --- diff --git a/ChangeLog b/ChangeLog index edc63c4f9..6c408cdf8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-10-24 Alexandre Duret-Lutz + + * tests/distcom3.test: Typo. + 2004-10-22 Alexandre Duret-Lutz * doc/automake.texi (Libtool Convenience Libraries): Explain how diff --git a/tests/distcom3.test b/tests/distcom3.test index 40880fc38..189491c0d 100755 --- a/tests/distcom3.test +++ b/tests/distcom3.test @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc. +# Copyright (C) 2001, 2002, 2003, 2004 Free Software Foundation, Inc. # # This file is part of GNU Automake. # @@ -40,7 +40,7 @@ $ACLOCAL # Should not warn about missing README, since it is a target. $AUTOMAKE --add-missing --gnu >stdout 2>&1 cat stdout -grep README stdour && exit 1 +grep README stdout && exit 1 sed -n -e '/^DIST_COMMON =.*\\$/ { :loop