[Pcre-svn] [898] code/trunk/maint/ManyConfigTests: Formattin…

Top Page
Delete this message
Author: Subversion repository
Date:  
To: pcre-svn
Subject: [Pcre-svn] [898] code/trunk/maint/ManyConfigTests: Formatting tidy
Revision: 898
          http://vcs.pcre.org/viewvc?view=rev&revision=898
Author:   ph10
Date:     2012-01-20 14:25:21 +0000 (Fri, 20 Jan 2012)


Log Message:
-----------
Formatting tidy

Modified Paths:
--------------
    code/trunk/maint/ManyConfigTests


Modified: code/trunk/maint/ManyConfigTests
===================================================================
--- code/trunk/maint/ManyConfigTests    2012-01-20 14:24:02 UTC (rev 897)
+++ code/trunk/maint/ManyConfigTests    2012-01-20 14:25:21 UTC (rev 898)
@@ -34,12 +34,8 @@
   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