diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2018-10-24 11:36:41 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-24 11:36:41 -0700 |
commit | a1f90d5b8cd607e54065c285aef97cab17732a7d (patch) | |
tree | 4febdf55bf4c0eb8ef4eedc199ce84c0b1b2a598 /bin | |
parent | a0fb2838ea60f020179f480a2db1438da9d2e2ab (diff) | |
download | spack-a1f90d5b8cd607e54065c285aef97cab17732a7d.tar.gz spack-a1f90d5b8cd607e54065c285aef97cab17732a7d.tar.bz2 spack-a1f90d5b8cd607e54065c285aef97cab17732a7d.tar.xz spack-a1f90d5b8cd607e54065c285aef97cab17732a7d.zip |
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.
Diffstat (limited to 'bin')
0 files changed, 0 insertions, 0 deletions