1
0
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:
Stefan Metzmacher 2011-04-22 10:14:45 +02:00
parent 40792f8bc4
commit bacc019dab

View File

@ -15,6 +15,7 @@ if [ $# -lt 1 ]; then
exit 1
fi
umask 0022
release_lib() {
lib="$1"