summaryrefslogtreecommitdiffstats
path: root/bin/release
diff options
context:
space:
mode:
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)