Public bug reported:

#  This is correct.  The printed temp file name is in folder /
$ mktemp -u --tmpdir -p /
/tmp.aFd4MwfGDU

# after swapping the options, mktemp do not handle the -p option correctly.
# swapping options should not affect the output.
$ mktemp -u -p / --tmpdir
/tmp/tmp.FkTPrEsTMs

This should be a software bug, not relevant to any hardware.

** Affects: coreutils (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1822269

Title:
  mktemp does not handle  -p option when --tmpdir option goes after -p
  option

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/coreutils/+bug/1822269/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to