diff options
| author | bors <bors@rust-lang.org> | 2013-10-26 01:11:11 -0700 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2013-10-26 01:11:11 -0700 |
| commit | f1b87726b7ebc2446703c257684539fb1d369d04 (patch) | |
| tree | 4878663d660b3b1b0fcc6ab94f656a50c07361ec /src/rustllvm/RustWrapper.cpp | |
| parent | d53159a643e1f4a7e1275e9a318b8505526d96ac (diff) | |
| parent | 47fff535972b04708a3371d8ffaea4ae0b139328 (diff) | |
| download | rust-f1b87726b7ebc2446703c257684539fb1d369d04.tar.gz rust-f1b87726b7ebc2446703c257684539fb1d369d04.zip | |
auto merge of #10048 : ibukanov/rust/mkdir-fix, r=brson
The patch replaces mkdir -p dir with (umask 022 && mkdir -p dir). Sadly mkdir -m 755 -p dir does not work if it creates parent directories as those parents will have umask permissions, not the one passed with -m option. Closes #10046
Diffstat (limited to 'src/rustllvm/RustWrapper.cpp')
0 files changed, 0 insertions, 0 deletions
