Changed the comment about umask 0' to say
Don't restrict access to any
files.'; previously it said `Don't protect any files', which may have implied that we think fascism is good.
This commit is contained in:
parent
8a3ba1aa06
commit
ccd57f4d06
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ progname="$0"
|
|||
### Print out each line we read, for debugging's sake.
|
||||
### set -v
|
||||
|
||||
## Don't protect any files.
|
||||
## Don't restrict access to any files.
|
||||
umask 0
|
||||
|
||||
update=yes
|
||||
|
|
Loading…
Add table
Reference in a new issue