mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2024-12-18 01:14:38 +00:00
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=
|
DIR=
|
||||||
DOC=( )
|
DOC=( )
|
||||||
|
|
||||||
|
# need to have group write on emitted files for others to update
|
||||||
|
umask 002
|
||||||
|
|
||||||
die() {
|
die() {
|
||||||
[ "$#" -eq 0 ] || echo "$*" >&2
|
[ "$#" -eq 0 ] || echo "$*" >&2
|
||||||
exit 1
|
exit 1
|
||||||
|
Loading…
Reference in New Issue
Block a user