SCRIPTS: publish-release: update the umask to keep group write access
This is to avoid the occasional error that arises when a release is first done by another maintainer.
This commit is contained in:
parent
3098540bba
commit
f9b04bd48b
|
@ -22,6 +22,9 @@ NEW=
|
|||
DIR=
|
||||
DOC=( )
|
||||
|
||||
# need to have group write on emitted files for others to update
|
||||
umask 002
|
||||
|
||||
die() {
|
||||
[ "$#" -eq 0 ] || echo "$*" >&2
|
||||
exit 1
|
||||
|
|
Loading…
Reference in New Issue