On 4/20/05, Dallman Ross <dman(_at_)nomotek(_dot_)com> wrote:
SHELL = /bin/sh
LOG = `dummy=; export $dummy`
Er, that should be just the same as
LOG=`export`
Depending on how recent your /bin/sh implementation is (for example,
whether it's really bash or ksh in disguise) check out the shell
manual page and look for the "typeset" builtin command. You may find
that
LOG=`typeset +x`
is a better choice.
____________________________________________________________
procmail mailing list Procmail homepage: http://www.procmail.org/
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail