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