* make-dist: Keep necessary restrictions on file access.

This commit is contained in:
Paul Eggert 2013-05-01 12:28:41 -07:00
parent 2640d52e4e
commit 0922c47591
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2013-05-01 Paul Eggert <eggert@cs.ucla.edu>
* make-dist: Keep necessary restrictions on file access.
2013-04-29 Paul Eggert <eggert@cs.ucla.edu>
Merge from gnulib, incorporating:

View file

@ -42,8 +42,8 @@ LC_MESSAGES=
LANG=
export LANGUAGE LC_ALL LC_MESSAGES LANG
## Don't restrict access to any files.
umask 0
## Remove unnecessary restrictions on file access.
umask 022
update=yes
check=yes