diff options
author | Dmitry Mikhirev | 2014-11-29 12:46:35 +0300 |
---|---|---|
committer | Dmitry Mikhirev | 2014-11-29 12:46:35 +0300 |
commit | 68eb59a34f3f07c9aa702b6e927b656dcce79bed (patch) | |
tree | fdc1e6c68c93d1fb9918f6df3ff81830b5aadb06 /GNUmakefile | |
parent | acfc677a762e482446f0a4046cb9105f80723b58 (diff) | |
download | make_pcre-68eb59a34f3f07c9aa702b6e927b656dcce79bed.tar.gz make_pcre-68eb59a34f3f07c9aa702b6e927b656dcce79bed.tar.bz2 make_pcre-68eb59a34f3f07c9aa702b6e927b656dcce79bed.tar.xz make_pcre-68eb59a34f3f07c9aa702b6e927b656dcce79bed.zip |
minor fix in test010
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 96771be..53e3329 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -66,7 +66,7 @@ test010 = -n "$(shell \ echo all: ; \ echo \\ @true; \ ) | $(MAKE) -f - 2>&1 | \ - grep Stop.)" + fgrep Stop.)" ### END OF TEST EXPRESSIONS ### |