mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-04 03:43:20 +02: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user