diff options
author | Joel N. Weber II <devnull@gnu.org> | 1997-11-26 17:29:10 +0000 |
---|---|---|
committer | Joel N. Weber II <devnull@gnu.org> | 1997-11-26 17:29:10 +0000 |
commit | ccd57f4d0683a1277f194a417ed5cda21b44eeb1 (patch) | |
tree | cb057bd717bdb5d0db46622473d0b4ad31ff9c44 /make-dist | |
parent | 8a3ba1aa06ddbac986e4094155c1f6a60882d066 (diff) | |
download | emacs-ccd57f4d0683a1277f194a417ed5cda21b44eeb1.tar.gz |
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.
Diffstat (limited to 'make-dist')
-rwxr-xr-x | make-dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make-dist b/make-dist index 3c78a1ab79e..4abe8177d73 100755 --- a/make-dist +++ b/make-dist @@ -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 |