home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 October
/
usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso
/
misc
/
volume8
/
wrap.p1
< prev
next >
Wrap
Text File
|
1989-09-06
|
757b
|
29 lines
Newsgroups: comp.sources.misc
keywords:
organization: Eindhoven University of Technology, The Netherlands
subject: v08i026: Patch for v08i014: line wrapper for BIT/EARNnet mailings
From: allbery@uunet.UU.NET (Brandon S. Allbery - comp.sources.misc)
Reply-To: wsinrobg@urc.tue.nl.UUCP (Rob Gerth)
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`