spack/lib
Todd Gamblin a1f90d5b8c
bugfix: use OS default permissions for mkdirp when mode is not provided (#9604)
- #8773 made the default mode 0o777, which is what's documented but
   mkdirp actually takes the OS default or umask by default

- revert to the Python default by default, and only set the mode when
  asked explicitly.
2018-10-24 11:36:41 -07:00
..
spack bugfix: use OS default permissions for mkdirp when mode is not provided (#9604) 2018-10-24 11:36:41 -07:00