Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Procmail rejects zsh as being "broken"



>        *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