>presumably solaris -u could fail in the creat/unlink steps that gnu bypasses
>
>the ksh mktemp builtin -u implementation follows the solaris docs

Well, actually:

               if (dounlink)
                        (void) unlink(tmpl);
 

I would need to read the GNU code before I know what it does.

Casper


Reply via email to