Tito <[email protected]> wrote: >Seems to work like debian's mktemp with my patch applied, >maybe needs more testing...... > >debian:~$ cd Desktop/busybox >debian:~/Desktop/busybox$ mktemp -t -p /var/tmp -u temp.XXXXXX >/var/tmp/temp.D0pKak >debian:~/Desktop/busybox$ export TMPDIR=/tmp >debian:~/Desktop/busybox$ mktemp -t -p /var/tmp -u temp.XXXXXX >/tmp/temp.irsv2d >debian:~/Desktop/busybox$
Indeed, I'd just worked that out. And that is the documented behaviour of coreutils mktemp. That being the case Tito's patch is correct. Ron _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
