* make-dist: Keep necessary restrictions on file access.
This commit is contained in:
parent
2640d52e4e
commit
0922c47591
2 changed files with 6 additions and 2 deletions
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue