diff options
-rwxr-xr-x | script/librelease.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/script/librelease.sh b/script/librelease.sh index 70048e9203..976c801120 100755 --- a/script/librelease.sh +++ b/script/librelease.sh @@ -15,6 +15,7 @@ if [ $# -lt 1 ]; then exit 1 fi +umask 0022 release_lib() { lib="$1" |