comparison 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
comparison
equal deleted inserted replaced
20360:1645cf890b24 20361:036dac77f78f
31 ### set -e 31 ### set -e
32 32
33 ### Print out each line we read, for debugging's sake. 33 ### Print out each line we read, for debugging's sake.
34 ### set -v 34 ### set -v
35 35
36 ## Don't protect any files. 36 ## Don't restrict access to any files.
37 umask 0 37 umask 0
38 38
39 update=yes 39 update=yes
40 clean_up=no 40 clean_up=no
41 make_tar=no 41 make_tar=no