Hello,
  I've notice one more typo.
Stepan
2005-07-20  Stepan Kasal  <[EMAIL PROTECTED]>

        * tests/colon3.test: s/EGREP/FGREP/

Index: tests/colon3.test
===================================================================
RCS file: /cvs/automake/automake/tests/colon3.test,v
retrieving revision 1.14
diff -u -r1.14 colon3.test
--- tests/colon3.test   14 May 2005 20:28:54 -0000      1.14
+++ tests/colon3.test   20 Jul 2005 17:05:44 -0000
@@ -46,7 +46,7 @@
 # The generated file should refer to zardoz.in and zardoz.am, but
 # never just "zardoz".
 echo Grep1
-grep zardoz zardoz.in | $EGREP -v 'zardoz.in' | $FGREP -v 'zardoz.am' > O || :
+grep zardoz zardoz.in | $FGREP -v 'zardoz.in' | $FGREP -v 'zardoz.am' > O || :
 # We cat the output file so we see in when verbose.
 cat O
 test -z "`cat O`"

Reply via email to