projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97cc073
)
export.sh: Make sure umask is not too restrictive (PR22742)
author
Hans Wennborg
<hans@hanshq.net>
Mon, 2 Mar 2015 17:30:42 +0000
(17:30 +0000)
committer
Hans Wennborg
<hans@hanshq.net>
Mon, 2 Mar 2015 17:30:42 +0000
(17:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230977
91177308
-0d34-0410-b5e6-
96231b3b80d8
utils/release/export.sh
patch
|
blob
|
history
diff --git
a/utils/release/export.sh
b/utils/release/export.sh
index 38e5a819c01d04c00666b6f093646674f30fb717..4da5fe40950614d2853f550e3c975be91b320eab 100755
(executable)
--- a/
utils/release/export.sh
+++ b/
utils/release/export.sh
@@
-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