mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-10 02:25:47 +00:00
export.sh: Make sure umask is not too restrictive (PR22742)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230977 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -79,5 +79,8 @@ if [ "x$release" = "x" ]; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Make sure umask is not overly restrictive.
|
||||||
|
umask 0022
|
||||||
|
|
||||||
export_sources
|
export_sources
|
||||||
exit 0
|
exit 0
|
||||||
|
Reference in New Issue
Block a user