From ccd57f4d0683a1277f194a417ed5cda21b44eeb1 Mon Sep 17 00:00:00 2001 From: "Joel N. Weber II" Date: Wed, 26 Nov 1997 17:29:10 +0000 Subject: [PATCH] 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. --- make-dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2