diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2000-02-22 03:30:12 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2000-02-22 03:30:12 (GMT) |
commit | ea86eb9994f285622786d041d842756f54e92464 (patch) | |
tree | 4fa4681ab5ba462f047698026c22af74e5846614 /bin | |
parent | 678910ed64c41566d3db10d2262250faae432f72 (diff) | |
download | hdf5-ea86eb9994f285622786d041d842756f54e92464.zip hdf5-ea86eb9994f285622786d041d842756f54e92464.tar.gz hdf5-ea86eb9994f285622786d041d842756f54e92464.tar.bz2 |
[svn-r1981] Make sure new file created in the FTP area have all readiable bits
on. This does not dictate the accessibility at the NCSA FTP sites
which use AFS ACL. Just to make it complete.
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/release | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/release b/bin/release index 254a65d..82efb32 100755 --- a/bin/release +++ b/bin/release @@ -110,6 +110,8 @@ test "$verbose" && echo " Running tar..." 1>&2 ) # Compress +# Make sure new files are of the right access mode +umask 0133 for comp in $methods; do case $comp in tar) |