Skip to content

Commit 11ac77a

Browse files
committed
Merge pull request #2719 from rintaro/build-script-umask
[build-script] Set umask in build-script
2 parents 3d9d0a3 + fe0dd08 commit 11ac77a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

utils/build-script

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1236,6 +1236,8 @@ details of the setups of other systems or automated environments.""")
12361236
"(tried %s)" % (workspace.source_dir("ninja")))
12371237
return 1
12381238

1239+
os.umask(0o022)
1240+
12391241
# Unset environment variables that might affect how tools behave.
12401242
for v in [
12411243
'MAKEFLAGS',

0 commit comments

Comments
 (0)