procmail
[Top] [All Lists]

Re: No luck with carrige returns

1996-01-11 08:53:21
patrick <patrick(_at_)harvassoc(_dot_)com> wrote:
carrige returns.  I tried this:

ERR=$ERR
"Here is another error"

"\n", but it just puts a "\n" in the error message.  I looked through the 
man pages but no dice.  If anyone has a suggestion I owuld appreciate 

The man page to check would be "man sh" in this case.

Try:

ERR="$ERR
Here is another error"

Instead.
-- 
Sincerely,                                                          
srb(_at_)cuci(_dot_)nl
           Stephen R. van den Berg (AKA BuGless).

"Always look on the bright side of life!"

<Prev in Thread] Current Thread [Next in Thread>