diff options
author | ph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15> | 2009-10-05 10:59:35 +0000 |
---|---|---|
committer | ph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15> | 2009-10-05 10:59:35 +0000 |
commit | f66c8de115b662c90e2a0af9a4357f69df2b3106 (patch) | |
tree | fec1a80cdf7c366cb1868339fce075f556c95feb /RunTest | |
parent | 7f1b753dfecb0db660812f00e667abaca6252e28 (diff) | |
download | pcre-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 'RunTest')
-rwxr-xr-x | RunTest | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -60,7 +60,7 @@ while [ $# -gt 0 ] ; do 9) do9=yes;; 10) do10=yes;; 11) do11=yes;; - 12) do12=yes;; + 12) do12=yes;; valgrind) valgrind="valgrind -q";; *) echo "Unknown test number $1"; exit 1;; esac @@ -124,7 +124,7 @@ if [ $do1 = no -a $do2 = no -a $do3 = no -a $do4 = no -a \ if [ $utf8 -ne 0 -a $ucp -ne 0 ] ; then do9=yes; fi if [ $link_size -eq 2 -a $ucp -ne 0 ] ; then do10=yes; fi do11=yes - if [ $utf8 -ne 0 -a $ucp -ne 0 ] ; then do12=yes; fi + if [ $utf8 -ne 0 -a $ucp -ne 0 ] ; then do12=yes; fi fi # Show which release |