procmail
[Top] [All Lists]

Re: attachments

2003-11-05 18:09:57
On 05 Nov 2003, at 17:13, Professional Software Engineering wrote:
        # if dir doesn't _already_ exist, create it.
        :0
        * ? test ! -d ${MONTHFOLDER}
        {
                :Wic:MONTHFOLDER$LOCKEXT
                * ! MONTHFOLDER ?? ^^^^
                | mkdir -p $MONTHFOLDER
        }

Didn't we decide that

    MAKENEWDIR=`test -d $MONTHFOLDER || mkdir -p $MONTHFOLDER`

was better?

It is at least shorter


--
Do not meddle in the affairs of wizards for they are subtle and quick to anger.


_______________________________________________
procmail mailing list
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail

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