** Changed in: coreutils (Debian)
Status: Unknown => Fix Released
--
mktemp seems to need a prefixed template to work
https://bugs.launchpad.net/bugs/589408
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing l
It works as expected, for both 7.4 (Lucid) and GIT head.
cer...@xango2:~$ /bin/mktemp
KtiV
cer...@xango2:~$ /usr/local/bin/mktemp
NyAi
cer...@xango2:~$
Please give a reason for a status change. A question -- what sounds like
one, at least -- is not a reason.
Closing INVALID (not a bug
And what happens, when you leave out the 'why' prefix?
** Changed in: coreutils (Ubuntu)
Status: Invalid => New
--
mktemp seems to need a prefixed template to work
https://bugs.launchpad.net/bugs/589408
You received this bug notification because you are a member of Ubuntu
Bugs, which is s
Thank you for opening this bug and helping make Ubuntu better. 'mktemp'
does not need a prefixed template to work, 'mktemp why' should work
as well:
cer...@xango2:~$ /bin/mktemp why
whyev0E
cer...@xango2:~$ /bin/mktemp why.
why.A972
cer...@xango2:~$ /bin/mktemp --version
mktemp (GNU co