Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Procmail rejects zsh as being "broken"
- X-seq: zsh-workers 1866
- From: Zefram <A.Main@xxxxxxxxxxxxxxxxx>
- To: pws@xxxxxx (Peter Stephenson)
- Subject: Re: Procmail rejects zsh as being "broken"
- Date: Thu, 1 Aug 1996 13:04:10 +0100 (BST)
- Cc: srb@xxxxxxx, zsh-workers@xxxxxxxxxxxxxxx
- In-reply-to: <199608011143.NAA17587@xxxxxxxxxxxx> from "Peter Stephenson" at Aug 1, 96 01:43:23 pm
> *zsh*) $RM src/_autotst
> setopt shwordsplit
> $SHELL <<HERE
> O="echo test"
> exec 2>$DEVNULL 1>&2
> \$O && echo test >src/_autotst
>HERE
Shouldn't the setopt be inside the here document? Or, more simply,
drop the test and just use the setopt.
-zefram
Messages sorted by:
Reverse Date,
Date,
Thread,
Author