summaryrefslogtreecommitdiffstats
path: root/bin/release
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2000-02-22 03:30:12 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2000-02-22 03:30:12 (GMT)
commitea86eb9994f285622786d041d842756f54e92464 (patch)
tree4fa4681ab5ba462f047698026c22af74e5846614 /bin/release
parent678910ed64c41566d3db10d2262250faae432f72 (diff)
downloadhdf5-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/release')
-rwxr-xr-xbin/release2
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)