> >>>>> On Thu, 2 Nov 2006 16:49:36 +0100, Holger Levsen <[EMAIL PROTECTED]> 
> >>>>> said:
> 
>     > If the directory doesn't exist, create it. Doesnt matter if the path is 
>     > relative or absolute.
> Sure this directory will be created. But it does matter in this case
> if it's relative or absolute. That's the bug.
>
Why not combine the approaches?

mkdir -p $target

(where target may be relative) and then

target=`readlink -f $target`

If this is done before task_defvar is executed, it should be all fine.

Best,
Michael

Attachment: pgpOPznXgU1oo.pgp
Description: PGP signature

Reply via email to