summaryrefslogtreecommitdiff
path: root/make-dist
diff options
context:
space:
mode:
authorJoel N. Weber II <devnull@gnu.org>1997-11-26 17:29:10 +0000
committerJoel N. Weber II <devnull@gnu.org>1997-11-26 17:29:10 +0000
commit828de15cd426a2e8d2d7b95f6041c15463436927 (patch)
treee32aaa781e2ba18218a2bbfd96a3e3f3eb337024 /make-dist
parent98078858c57603bc6ea53ef9dfafcb4c4d5013c8 (diff)
downloademacs-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-xmake-dist2
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