diff make-dist @ 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 72b506b0fbcc
children 17bcec31f3d4
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