summaryrefslogtreecommitdiff
path: root/tests/all.test
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2002-05-30 06:05:05 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2002-05-30 06:05:05 +0000
commit852e99bc98ba69911de80bc72898f00781ece36a (patch)
treef651d09020a3f9a5017c80fca9c3264419d6253b /tests/all.test
parentfbaf208d0c4f1cb4f3ef3ca6fd8973e5f58948d8 (diff)
downloadautomake-852e99bc98ba69911de80bc72898f00781ece36a.tar.gz
fgrep -> $FGREP, egrep -> $EGREP
Diffstat (limited to 'tests/all.test')
-rwxr-xr-xtests/all.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/all.test b/tests/all.test
index 2387dbe76..98c233d33 100755
--- a/tests/all.test
+++ b/tests/all.test
@@ -11,6 +11,6 @@ for target in all install-exec install-data uninstall; do
$ACLOCAL || exit 1
$AUTOMAKE || exit 1
- fgrep "${target}-local ${target}-local" Makefile.in && exit 1
+ $FGREP "${target}-local ${target}-local" Makefile.in && exit 1
done
exit 0