mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
script/librelease: set umask 0022
Releases should be readable by everyone. metze
This commit is contained in:
parent
40792f8bc4
commit
bacc019dab
@ -15,6 +15,7 @@ if [ $# -lt 1 ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
umask 0022
|
||||
|
||||
release_lib() {
|
||||
lib="$1"
|
||||
|
Loading…
Reference in New Issue
Block a user