[comp.sources.misc] v08i026: Patch for v08i014: line wrapper for BIT/EARNnet mailings

allbery@uunet.UU.NET (Brandon S. Allbery - comp.sources.misc) (09/07/89)

Posting-number: Volume 8, Issue 26
Submitted-by: wsinrobg@urc.tue.nl.UUCP (Rob Gerth)
Archive-name: wrap.p1

Here is a patch for a line wrapper I posted some days ago.
I never could count :->
Rob

30c30
< DEFAULT=79
---
> DEFAULT=80
49,50c49,50
< if test $LEN -eq 0 
< then	echo "Linelength ($LEN) set to default: `expr $DEFAULT + 1`" 1>&2;
---
> if test $LEN -le 1 
> then	echo "Linelength ($LEN) set to default: $DEFAULT" 1>&2;
52a53
> LEN=`expr $LEN - 1`