mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-29 22:30:33 +00:00
export.sh: Make sure umask is not too restrictive (PR22742)
llvm-svn: 230977
This commit is contained in:
parent
9583bcccec
commit
baf56ead8c
@ -79,5 +79,8 @@ if [ "x$release" = "x" ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# Make sure umask is not overly restrictive.
|
||||
umask 0022
|
||||
|
||||
export_sources
|
||||
exit 0
|
||||
|
Loading…
Reference in New Issue
Block a user