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 | 828de15cd426a2e8d2d7b95f6041c15463436927 (patch) | |
tree | e32aaa781e2ba18218a2bbfd96a3e3f3eb337024 /make-dist | |
parent | 98078858c57603bc6ea53ef9dfafcb4c4d5013c8 (diff) | |
download | emacs-828de15cd426a2e8d2d7b95f6041c15463436927.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 |