Parent Directory
|
Revision Log
|
Patch
| revision 897 by ph10, Thu Dec 29 18:27:07 2011 UTC | revision 898 by ph10, Fri Jan 20 14:25:21 2012 UTC | |
|---|---|---|
| # | Line 34 function runtest() | Line 34 function runtest() |
| 34 | if [ "$opts" = "" ] ; then | if [ "$opts" = "" ] ; then |
| 35 | echo "Configuring with: default settings" | echo "Configuring with: default settings" |
| 36 | else | else |
| 37 | olen=`expr length "$opts"` | echo "Configuring with:" |
| 38 | if [ $olen -gt 53 ] ; then | echo " $opts" |
| echo "Configuring with:" | ||
| echo " $opts" | ||
| else | ||
| echo "Configuring with: $opts" | ||
| 39 | fi | fi |
| 40 | fi | fi |
| 41 |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |