changeset 20361:036dac77f78f

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.
author Joel N. Weber II <devnull@gnu.org>
date Wed, 26 Nov 1997 17:29:10 +0000
parents 1645cf890b24
children 67bcb068070c
files make-dist
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/make-dist	Wed Nov 26 16:35:30 1997 +0000
+++ b/make-dist	Wed Nov 26 17:29:10 1997 +0000
@@ -33,7 +33,7 @@
 ### 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