From b200ce82f7bf491611731b3b5fc1768613fe37e7 Mon Sep 17 00:00:00 2001 From: Gerardo Exequiel Pozzi Date: Sat, 23 Jun 2018 16:09:33 -0300 Subject: Ensure correct umask for scripts Fix for FS#58473 Signed-off-by: Gerardo Exequiel Pozzi --- configs/releng/build.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configs/releng/build.sh') diff --git a/configs/releng/build.sh b/configs/releng/build.sh index 72b1e3f..3cb0675 100755 --- a/configs/releng/build.sh +++ b/configs/releng/build.sh @@ -14,6 +14,8 @@ arch=$(uname -m) verbose="" script_path=$(readlink -f ${0%/*}) +umask 0022 + _usage () { echo "usage ${0} [options]" -- cgit v1.2.3-54-g00ecf