]> sourceware.org Git - automake.git/commitdiff
* tests/distcom3.test: Typo.
authorAlexandre Duret-Lutz <adl@gnu.org>
Sat, 23 Oct 2004 23:10:57 +0000 (23:10 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Sat, 23 Oct 2004 23:10:57 +0000 (23:10 +0000)
ChangeLog
tests/distcom3.test

index edc63c4f98eeaf01bbaaa355c021c7337da7848e..6c408cdf8bff0edbd198736d3a81cab38b69985a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-10-24  Alexandre Duret-Lutz  <adl@gnu.org>
+
+       * tests/distcom3.test: Typo.
+
 2004-10-22  Alexandre Duret-Lutz  <adl@gnu.org>
 
        * doc/automake.texi (Libtool Convenience Libraries): Explain how
index 40880fc38b458f8bff58910fd605382dcd597819..189491c0dc9df2b47602d4dc6a121b988da1536c 100755 (executable)
@@ -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
This page took 0.037124 seconds and 5 git commands to generate.