From: Joel N. Weber II Date: Wed, 26 Nov 1997 17:29:10 +0000 (+0000) Subject: Changed the comment about `umask 0' to say `Don't restrict access to any X-Git-Tag: emacs-20.3~2712 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ccd57f4d0683a1277f194a417ed5cda21b44eeb1;p=emacs.git 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. --- 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