]> code.delx.au - gnu-emacs/commitdiff
Changed the comment about `umask 0' to say `Don't restrict access to any
authorJoel N. Weber II <devnull@gnu.org>
Wed, 26 Nov 1997 17:29:10 +0000 (17:29 +0000)
committerJoel N. Weber II <devnull@gnu.org>
Wed, 26 Nov 1997 17:29:10 +0000 (17:29 +0000)
files.'; previously it said `Don't protect any files', which may have
implied that we think fascism is good.

make-dist

index 3c78a1ab79e0c8eedcc6a29697ab0d6554bc01d9..4abe8177d738655644c88383ecfa0078627cab83 100755 (executable)
--- 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