[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Looking for the mktemp(1) maintainer :)
"Todd C. Miller" wrote:
>
> The version that ships with OpenBSD corresponds to
> http://www.mktemp.org/mktemp/
>
> It's not clear to me what useful things your version does that the
> OpenBSD one does not, other than perhaps the suffix option.
Thank you. Partly, because I've had it in my private tree for years.
The flag differences I had intended to change but forgot.
The other difference used to be that tmpfile=`mktemp` was sufficent,
but I see in your latest version you've done that too. Thanks.