ocaml / opam

opam is a source-based package manager. It supports multiple simultaneous compiler installations, flexible package constraints, and a Git-friendly development workflow.
https://opam.ocaml.org
Other
1.21k stars 348 forks source link

Fix bug in recursion case in `OpamSystem.mk_temp_dir` #6005

Closed dra27 closed 3 weeks ago

dra27 commented 4 weeks ago

The ~prefix argument wasn't passed when recursing. Very niche failure mode, but having spotted it...