mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-13 05:43:53 -05:00
- some versions of bash (e.g. 4.3.11) complain about clobbering /dev/null, use bash's explicit >| operator to ignore noclober - not sure if the original #759 report has the same cause - https://github.com/rbenv/rbenv/issues/759#issuecomment-289326891