Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mktemp: incorrect priority between TMPDIR & -p #4874

Closed
sylvestre opened this issue May 18, 2023 · 0 comments · Fixed by #4878
Closed

mktemp: incorrect priority between TMPDIR & -p #4874

sylvestre opened this issue May 18, 2023 · 0 comments · Fixed by #4878

Comments

@sylvestre
Copy link
Contributor

With GNU mktemp:

$ TMPDIR=dir_a mktemp -t -p dir_b foo.XXXX
dir_a/foo.CnlA

With uutils mktemp:

$ TMPDIR=dir_a cargo run mktemp -t -p dir_b foo.XXXX
dir_b/foo.DAXt

Originally posted by @cakebaker in #4832 (review)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants