mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-02 06:26:20 -04:00
umask 0022 all the things
umask 0077 breaks things in subtle ways
This commit is contained in:
parent
d7287a6b94
commit
c2ce9572fa
7 changed files with 21 additions and 0 deletions
|
@ -31,6 +31,7 @@ enter() {
|
|||
echo "================================================================================================"
|
||||
local dir="$1";
|
||||
local dirReal="$DOS_BUILD_BASE$dir";
|
||||
umask 0022;
|
||||
if [ -d "$dirReal" ]; then
|
||||
cd "$dirReal";
|
||||
echo -e "\e[0;32m[ENTERING] $dir\e[0m";
|
||||
|
@ -161,6 +162,8 @@ processRelease() {
|
|||
local RELEASETOOLS_PREFIX="";
|
||||
fi;
|
||||
|
||||
umask 0022;
|
||||
|
||||
echo -e "\e[0;32mProcessing release for $DEVICE\e[0m";
|
||||
|
||||
#Arguments
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue