summaryrefslogtreecommitdiff
path: root/RunGrepTest
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2009-10-05 10:59:35 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2009-10-05 10:59:35 +0000
commitf66c8de115b662c90e2a0af9a4357f69df2b3106 (patch)
treefec1a80cdf7c366cb1868339fce075f556c95feb /RunGrepTest
parent7f1b753dfecb0db660812f00e667abaca6252e28 (diff)
downloadpcre-f66c8de115b662c90e2a0af9a4357f69df2b3106.tar.gz
Tidy up, remove trailing spaces, etc. for 8.00-RC1.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@461 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'RunGrepTest')
-rwxr-xr-xRunGrepTest4
1 files changed, 2 insertions, 2 deletions
diff --git a/RunGrepTest b/RunGrepTest
index 6cbd2cc..13119d0 100755
--- a/RunGrepTest
+++ b/RunGrepTest
@@ -29,9 +29,9 @@ cf="diff -ub"
# that lacks a -u option. Try to deal with this; better do the test for the -b
# option as well.
-if diff -u /dev/null /dev/null; then
+if diff -u /dev/null /dev/null; then
if diff -ub /dev/null /dev/null; then cf="diff -ub"; else cf="diff -u"; fi
-else
+else
if diff -b /dev/null /dev/null; then cf="diff -b"; else cf="diff"; fi
fi