Skip to content

Commit fe0dd08

Browse files
committed
[build-script] Set umask
As build-script-impl.
1 parent ad6de9b commit fe0dd08

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)