Revision: 633
http://www.exim.org/viewvc/pcre2?view=rev&revision=633
Author: ph10
Date: 2016-12-29 15:57:38 +0000 (Thu, 29 Dec 2016)
Log Message:
-----------
Fix typos; unset GREP_COLO[U]R.
Modified Paths:
--------------
code/trunk/RunGrepTest
Modified: code/trunk/RunGrepTest
===================================================================
--- code/trunk/RunGrepTest 2016-12-29 15:54:23 UTC (rev 632)
+++ code/trunk/RunGrepTest 2016-12-29 15:57:38 UTC (rev 633)
@@ -11,7 +11,7 @@
# Remove any non-default colouring and aliases that the caller may have set.
-unset PCRE2GREP_COLOUR PCRE2GREP_COLOR
+unset PCRE2GREP_COLOUR PCRE2GREP_COLOR GREP_COLOUR GREP_COLOR
unset cp ls mv rm
# Remember the current (build) directory, set the program to be tested, and
@@ -22,12 +22,12 @@
pcre2test=$builddir/pcre2test
if [ ! -x $pcre2grep ] ; then
- echo "** $pcre2grep does not exist or is not execuatble."
+ echo "** $pcre2grep does not exist or is not executable."
exit 1
fi
if [ ! -x $pcre2test ] ; then
- echo "** $pcre2test does not exist or is not execuatble."
+ echo "** $pcre2test does not exist or is not executable."
exit 1
fi