v08i026: Patch for v08i014: line wrapper for BIT/EARNnet mailings
Brandon S. Allbery - comp.sources.misc
allbery at uunet.UU.NET
Thu Sep 7 12:00:33 AEST 1989
Posting-number: Volume 8, Issue 26
Submitted-by: wsinrobg at 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`
More information about the Comp.sources.misc
mailing list