summaryrefslogtreecommitdiff
path: root/maint
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-01-20 14:25:21 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-01-20 14:25:21 +0000
commitab2e020ba2c8a956c9a8246cb8620efc3aee9c1a (patch)
treeea57e3319d8419a22fc477cc4de6be1c67051a19 /maint
parentceab00b29aa8cc1317123a3d172348f485a1bc6f (diff)
downloadpcre-ab2e020ba2c8a956c9a8246cb8620efc3aee9c1a.tar.gz
Formatting tidy
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@898 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'maint')
-rwxr-xr-xmaint/ManyConfigTests8
1 files changed, 2 insertions, 6 deletions
diff --git a/maint/ManyConfigTests b/maint/ManyConfigTests
index 007dbb6..e0b81ac 100755
--- a/maint/ManyConfigTests
+++ b/maint/ManyConfigTests
@@ -34,12 +34,8 @@ function runtest()
if [ "$opts" = "" ] ; then
echo "Configuring with: default settings"
else
- olen=`expr length "$opts"`
- if [ $olen -gt 53 ] ; then
- echo "Configuring with:"
- echo " $opts"
- else
- echo "Configuring with: $opts"
+ echo "Configuring with:"
+ echo " $opts"
fi
fi