]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
Fix typo-related bug in test script silent5.test.
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 26 Jun 2010 12:12:07 +0000 (14:12 +0200)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sat, 26 Jun 2010 20:08:24 +0000 (22:08 +0200)
* tests/silent5.test: Use $EGREP, not $GREP (which is not even
defined).

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
tests/silent5.test

index 4b0d3c48210caa673ce857d35ee5c986df129cf9..80c172910388ceea899ff9ffb63c5e823f6d9264 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2010-06-26  Stefano Lattarini  <stefano.lattarini@gmail.com>
 
+       Fix typo-related bug in test script silent5.test.
+       * tests/silent5.test: Use $EGREP, not $GREP (which is not even
+       defined).
+
        Tests: remove useless repetitions of `foreign' automake option.
        * tests/multlib.test (configure.in): Remove useless use of
        `foreign' option in AM_INIT_AUTOMAKE (the `--foreign' option is
index 4a9c4c1b12c0be6b62b830567d31236c2ce1c41b..e29f48faff7b67761bac3761c25aedc1aa567987 100755 (executable)
@@ -80,7 +80,7 @@ do_and_check_verbose_build ()
   grep ' -c ' stdout
   grep ' -o ' stdout
 
-  $GREP '(CC|CXX|FC|F77|LD) ' stdout && Exit 1
+  $EGREP '(CC|CXX|FC|F77|LD) ' stdout && Exit 1
 
   if $rebuild; then :; else
     grep 'ylwrap ' stdout