abuild: set umask

consistent result regardless of current setting
This commit is contained in:
Kaarle Ritvanen 2016-03-17 15:20:34 +02:00
parent d8dabed4aa
commit 18b09f9d91
1 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,8 @@ BUILD_BASE="build-base"
apk_opt_wait="--wait 30"
umask 022
# run optional log command for remote logging
logcmd() {
${ABUILD_LOG_CMD:-true} "$@"