procmail
[Top] [All Lists]

Re: Variable are not more expanded...

2008-03-26 13:41:18
* Michelle Konzack wrote:
#    DUMMY_EXEC=`which tdnetsound && tdnetsound ${TMPVAR4}`
    DUMMY_EXEC=`which tdnetsound && tdnetsound 
${HOME}/.procmail/Sounds/WAVE_incoming_mail.wav`

Why does it show all two times only

procmail: Assigning "DUMMY_EXEC=/home/michelle.konzack/bin/tdnetsound"

and NOT

procmail: Assigning "DUMMY_EXEC=/home/michelle.konzack/bin/tdnetsound 
${HOME}/.procmail/Sounds/WAVE_incoming_mail.wav"

`...` captures the standard output of the contained command (chain).
"/home/michelle.konzack/bin/tdnetsound" is the "which" output,
"tdnetsound" doesn't write anything to stdout.

/HW

-- 
NP: Tegan and Sara - Soil, soil | The con (2007)
____________________________________________________________
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

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