Install: setup umask (#1222)

This commit is contained in:
Elan Ruusamäe 2022-01-05 17:51:41 +02:00 committed by GitHub
parent 7054b002f5
commit 8cdae78e40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,8 @@ if [[ -n "$MSYSTEM" ]]; then
exit 1
fi
umask 002
source "$(dirname $0)/install/_lib.sh" # does a `cd .../install/`, among other things
source dc-detect-version.sh