From 9f5886d80b2256cb876b60cd4baec0613dfa559c Mon Sep 17 00:00:00 2001 From: Tavi Date: Sat, 27 Jul 2024 18:31:21 -0400 Subject: [PATCH] Fixup Signed-off-by: Tavi --- Misc/apex.py | 2 +- PrebuiltApps | 2 +- Scripts/Common/Copy_Keys.sh | 2 +- Scripts/Common/Deblob.sh | 2 +- Scripts/Common/Defaults.sh | 2 +- Scripts/Common/Enable_Verity.sh | 2 +- Scripts/Common/Fix_CVE_Patchers.sh | 2 +- Scripts/Common/Functions.sh | 2 +- Scripts/Common/Optimize.sh | 2 +- Scripts/Common/Patch_CVE.sh | 2 +- Scripts/Common/Post.sh | 2 +- Scripts/Common/Shell.sh | 2 +- Scripts/Common/Tag_Verifier.sh | 2 +- Scripts/Generate_Signing_Keys.sh | 2 +- Scripts/Generate_Supporting_Files.sh | 2 +- Scripts/Generate_Verified_Boot_Hashes.sh | 2 +- Scripts/Generate_Wallpaper_Sizes.sh | 2 +- Scripts/LineageOS-14.1/Functions.sh | 2 +- Scripts/LineageOS-14.1/Patch.sh | 2 +- Scripts/LineageOS-14.1/Rebrand.sh | 2 +- Scripts/LineageOS-14.1/Theme.sh | 2 +- Scripts/LineageOS-15.1/Functions.sh | 2 +- Scripts/LineageOS-15.1/Patch.sh | 2 +- Scripts/LineageOS-15.1/Rebrand.sh | 2 +- Scripts/LineageOS-16.0/Functions.sh | 2 +- Scripts/LineageOS-16.0/Patch.sh | 2 +- Scripts/LineageOS-16.0/Rebrand.sh | 2 +- Scripts/LineageOS-17.1/Functions.sh | 2 +- Scripts/LineageOS-17.1/Patch.sh | 2 +- Scripts/LineageOS-17.1/Rebrand.sh | 2 +- Scripts/LineageOS-18.1/Functions.sh | 2 +- Scripts/LineageOS-18.1/Patch.sh | 2 +- Scripts/LineageOS-18.1/Rebrand.sh | 2 +- Scripts/LineageOS-19.1/Functions.sh | 2 +- Scripts/LineageOS-19.1/Patch.sh | 2 +- Scripts/LineageOS-19.1/Rebrand.sh | 2 +- Scripts/LineageOS-20.0/Functions.sh | 2 +- Scripts/LineageOS-20.0/Patch.sh | 2 +- Scripts/LineageOS-20.0/Rebrand.sh | 2 +- Scripts/LineageOS-21.0/Functions.sh | 2 +- Scripts/LineageOS-21.0/Patch.sh | 2 +- Scripts/LineageOS-21.0/Rebrand.sh | 2 +- Scripts/Update_Commons.sh | 2 +- Scripts/init.sh | 2 +- 44 files changed, 44 insertions(+), 44 deletions(-) diff --git a/Misc/apex.py b/Misc/apex.py index a0e1f3a7..8a6209c4 100644 --- a/Misc/apex.py +++ b/Misc/apex.py @@ -13,7 +13,7 @@ #GNU Affero General Public License for more details. # #You should have received a copy of the GNU Affero General Public License -#along with this program. If not, see . +#along with this program. If not, see . import sys diff --git a/PrebuiltApps b/PrebuiltApps index 773ce323..231ea451 160000 --- a/PrebuiltApps +++ b/PrebuiltApps @@ -1 +1 @@ -Subproject commit 773ce323ee23c9e81481337d8f4667f3b61abc53 +Subproject commit 231ea451241307e5780c9d5d0adadd2abb4ab8a8 diff --git a/Scripts/Common/Copy_Keys.sh b/Scripts/Common/Copy_Keys.sh index a1b5ee63..d83ee49b 100644 --- a/Scripts/Common/Copy_Keys.sh +++ b/Scripts/Common/Copy_Keys.sh @@ -13,7 +13,7 @@ #GNU Affero General Public License for more details. # #You should have received a copy of the GNU Affero General Public License -#along with this program. If not, see . +#along with this program. If not, see . umask 0022; set -uo pipefail; source "$DOS_SCRIPTS_COMMON/Shell.sh"; diff --git a/Scripts/Common/Deblob.sh b/Scripts/Common/Deblob.sh index 3eb48707..5fc380f0 100644 --- a/Scripts/Common/Deblob.sh +++ b/Scripts/Common/Deblob.sh @@ -13,7 +13,7 @@ #GNU Affero General Public License for more details. # #You should have received a copy of the GNU Affero General Public License -#along with this program. If not, see . +#along with this program. If not, see . umask 0022; set -uo pipefail; source "$DOS_SCRIPTS_COMMON/Shell.sh"; diff --git a/Scripts/Common/Defaults.sh b/Scripts/Common/Defaults.sh index 80df5053..42835917 100644 --- a/Scripts/Common/Defaults.sh +++ b/Scripts/Common/Defaults.sh @@ -13,7 +13,7 @@ #GNU Affero General Public License for more details. # #You should have received a copy of the GNU Affero General Public License -#along with this program. If not, see . +#along with this program. If not, see . umask 0022; set -euo pipefail; source "$DOS_SCRIPTS_COMMON/Shell.sh"; diff --git a/Scripts/Common/Enable_Verity.sh b/Scripts/Common/Enable_Verity.sh index 6d749d7d..8346685f 100644 --- a/Scripts/Common/Enable_Verity.sh +++ b/Scripts/Common/Enable_Verity.sh @@ -13,7 +13,7 @@ #GNU Affero General Public License for more details. # #You should have received a copy of the GNU Affero General Public License -#along with this program. If not, see . +#along with this program. If not, see . umask 0022; set -euo pipefail; source "$DOS_SCRIPTS_COMMON/Shell.sh"; diff --git a/Scripts/Common/Fix_CVE_Patchers.sh b/Scripts/Common/Fix_CVE_Patchers.sh index 99d3ccd6..4f11acbc 100644 --- a/Scripts/Common/Fix_CVE_Patchers.sh +++ b/Scripts/Common/Fix_CVE_Patchers.sh @@ -13,7 +13,7 @@ #GNU Affero General Public License for more details. # #You should have received a copy of the GNU Affero General Public License -#along with this program. If not, see . +#along with this program. If not, see . umask 0022; set -euo pipefail; diff --git a/Scripts/Common/Functions.sh b/Scripts/Common/Functions.sh index 283d2da9..b15aea48 100644 --- a/Scripts/Common/Functions.sh +++ b/Scripts/Common/Functions.sh @@ -13,7 +13,7 @@ #GNU Affero General Public License for more details. # #You should have received a copy of the GNU Affero General Public License -#along with this program. If not, see . +#along with this program. If not, see . umask 0022; startPatcher() { diff --git a/Scripts/Common/Optimize.sh b/Scripts/Common/Optimize.sh index 30929c73..8d7d9987 100644 --- a/Scripts/Common/Optimize.sh +++ b/Scripts/Common/Optimize.sh @@ -13,7 +13,7 @@ #GNU Affero General Public License for more details. # #You should have received a copy of the GNU Affero General Public License -#along with this program. If not, see . +#along with this program. If not, see . umask 0022; set -euo pipefail; source "$DOS_SCRIPTS_COMMON/Shell.sh"; diff --git a/Scripts/Common/Patch_CVE.sh b/Scripts/Common/Patch_CVE.sh index 7118333a..1a7943bb 100644 --- a/Scripts/Common/Patch_CVE.sh +++ b/Scripts/Common/Patch_CVE.sh @@ -13,7 +13,7 @@ #GNU Affero General Public License for more details. # #You should have received a copy of the GNU Affero General Public License -#along with this program. If not, see . +#along with this program. If not, see . umask 0022; set -uo pipefail; source "$DOS_SCRIPTS_COMMON/Shell.sh"; diff --git a/Scripts/Common/Post.sh b/Scripts/Common/Post.sh index 241a46ba..5b192a4a 100644 --- a/Scripts/Common/Post.sh +++ b/Scripts/Common/Post.sh @@ -13,7 +13,7 @@ #GNU Affero General Public License for more details. # #You should have received a copy of the GNU Affero General Public License -#along with this program. If not, see . +#along with this program. If not, see . umask 0022; set -euo pipefail; source "$DOS_SCRIPTS_COMMON/Shell.sh"; diff --git a/Scripts/Common/Shell.sh b/Scripts/Common/Shell.sh index bce3a7a3..e71b1210 100644 --- a/Scripts/Common/Shell.sh +++ b/Scripts/Common/Shell.sh @@ -13,7 +13,7 @@ #GNU Affero General Public License for more details. # #You should have received a copy of the GNU Affero General Public License -#along with this program. If not, see . +#along with this program. If not, see . umask 0022; unalias cp &>/dev/null || true; diff --git a/Scripts/Common/Tag_Verifier.sh b/Scripts/Common/Tag_Verifier.sh index 62723bf9..e561f0d0 100644 --- a/Scripts/Common/Tag_Verifier.sh +++ b/Scripts/Common/Tag_Verifier.sh @@ -13,7 +13,7 @@ #GNU Affero General Public License for more details. # #You should have received a copy of the GNU Affero General Public License -#along with this program. If not, see . +#along with this program. If not, see . umask 0022; #set -uo pipefail; source "$DOS_SCRIPTS_COMMON/Shell.sh"; diff --git a/Scripts/Generate_Signing_Keys.sh b/Scripts/Generate_Signing_Keys.sh index a23fa506..2ed0d448 100644 --- a/Scripts/Generate_Signing_Keys.sh +++ b/Scripts/Generate_Signing_Keys.sh @@ -13,7 +13,7 @@ #GNU Affero General Public License for more details. # #You should have received a copy of the GNU Affero General Public License -#along with this program. If not, see . +#along with this program. If not, see . umask 0022; set -uo pipefail; source "$DOS_SCRIPTS_COMMON/Shell.sh"; diff --git a/Scripts/Generate_Supporting_Files.sh b/Scripts/Generate_Supporting_Files.sh index a8f3e90f..efcfe9a7 100644 --- a/Scripts/Generate_Supporting_Files.sh +++ b/Scripts/Generate_Supporting_Files.sh @@ -12,7 +12,7 @@ #GNU Affero General Public License for more details. # #You should have received a copy of the GNU Affero General Public License -#along with this program. If not, see . +#along with this program. If not, see . #source build/envsetup.sh && breakfast lineage_clark-user && make -j20 otatools; umask 0022; diff --git a/Scripts/Generate_Verified_Boot_Hashes.sh b/Scripts/Generate_Verified_Boot_Hashes.sh index dfcec649..184ba0e4 100644 --- a/Scripts/Generate_Verified_Boot_Hashes.sh +++ b/Scripts/Generate_Verified_Boot_Hashes.sh @@ -13,7 +13,7 @@ #GNU Affero General Public License for more details. # #You should have received a copy of the GNU Affero General Public License -#along with this program. If not, see . +#along with this program. If not, see . umask 0022; set -uo pipefail; diff --git a/Scripts/Generate_Wallpaper_Sizes.sh b/Scripts/Generate_Wallpaper_Sizes.sh index 856c8bda..75f09207 100644 --- a/Scripts/Generate_Wallpaper_Sizes.sh +++ b/Scripts/Generate_Wallpaper_Sizes.sh @@ -13,7 +13,7 @@ #GNU Affero General Public License for more details. # #You should have received a copy of the GNU Affero General Public License -#along with this program. If not, see . +#along with this program. If not, see . umask 0022; set -uo pipefail; diff --git a/Scripts/LineageOS-14.1/Functions.sh b/Scripts/LineageOS-14.1/Functions.sh index 30147eed..fbaa64f8 100644 --- a/Scripts/LineageOS-14.1/Functions.sh +++ b/Scripts/LineageOS-14.1/Functions.sh @@ -13,7 +13,7 @@ #GNU Affero General Public License for more details. # #You should have received a copy of the GNU Affero General Public License -#along with this program. If not, see . +#along with this program. If not, see . umask 0022; #Last verified: 2021-10-16 diff --git a/Scripts/LineageOS-14.1/Patch.sh b/Scripts/LineageOS-14.1/Patch.sh index f59a193e..29e993dd 100644 --- a/Scripts/LineageOS-14.1/Patch.sh +++ b/Scripts/LineageOS-14.1/Patch.sh @@ -13,7 +13,7 @@ #GNU Affero General Public License for more details. # #You should have received a copy of the GNU Affero General Public License -#along with this program. If not, see . +#along with this program. If not, see . umask 0022; set -euo pipefail; source "$DOS_SCRIPTS_COMMON/Shell.sh"; diff --git a/Scripts/LineageOS-14.1/Rebrand.sh b/Scripts/LineageOS-14.1/Rebrand.sh index e9e054e6..8516934f 100644 --- a/Scripts/LineageOS-14.1/Rebrand.sh +++ b/Scripts/LineageOS-14.1/Rebrand.sh @@ -13,7 +13,7 @@ #GNU Affero General Public License for more details. # #You should have received a copy of the GNU Affero General Public License -#along with this program. If not, see . +#along with this program. If not, see . umask 0022; set -euo pipefail; source "$DOS_SCRIPTS_COMMON/Shell.sh"; diff --git a/Scripts/LineageOS-14.1/Theme.sh b/Scripts/LineageOS-14.1/Theme.sh index ead4647b..2e1c8932 100644 --- a/Scripts/LineageOS-14.1/Theme.sh +++ b/Scripts/LineageOS-14.1/Theme.sh @@ -13,7 +13,7 @@ #GNU Affero General Public License for more details. # #You should have received a copy of the GNU Affero General Public License -#along with this program. If not, see . +#along with this program. If not, see . umask 0022; set -euo pipefail; source "$DOS_SCRIPTS_COMMON/Shell.sh"; diff --git a/Scripts/LineageOS-15.1/Functions.sh b/Scripts/LineageOS-15.1/Functions.sh index 3e287d91..a097e951 100644 --- a/Scripts/LineageOS-15.1/Functions.sh +++ b/Scripts/LineageOS-15.1/Functions.sh @@ -13,7 +13,7 @@ #GNU Affero General Public License for more details. # #You should have received a copy of the GNU Affero General Public License -#along with this program. If not, see . +#along with this program. If not, see . umask 0022; #Last verified: 2021-10-16 diff --git a/Scripts/LineageOS-15.1/Patch.sh b/Scripts/LineageOS-15.1/Patch.sh index 93fa18ba..0bf85170 100644 --- a/Scripts/LineageOS-15.1/Patch.sh +++ b/Scripts/LineageOS-15.1/Patch.sh @@ -13,7 +13,7 @@ #GNU Affero General Public License for more details. # #You should have received a copy of the GNU Affero General Public License -#along with this program. If not, see . +#along with this program. If not, see . umask 0022; set -euo pipefail; source "$DOS_SCRIPTS_COMMON/Shell.sh"; diff --git a/Scripts/LineageOS-15.1/Rebrand.sh b/Scripts/LineageOS-15.1/Rebrand.sh index 7378497b..29ae97b4 100644 --- a/Scripts/LineageOS-15.1/Rebrand.sh +++ b/Scripts/LineageOS-15.1/Rebrand.sh @@ -13,7 +13,7 @@ #GNU Affero General Public License for more details. # #You should have received a copy of the GNU Affero General Public License -#along with this program. If not, see . +#along with this program. If not, see . umask 0022; set -euo pipefail; source "$DOS_SCRIPTS_COMMON/Shell.sh"; diff --git a/Scripts/LineageOS-16.0/Functions.sh b/Scripts/LineageOS-16.0/Functions.sh index 2535d26b..5846c35d 100644 --- a/Scripts/LineageOS-16.0/Functions.sh +++ b/Scripts/LineageOS-16.0/Functions.sh @@ -13,7 +13,7 @@ #GNU Affero General Public License for more details. # #You should have received a copy of the GNU Affero General Public License -#along with this program. If not, see . +#along with this program. If not, see . umask 0022; #Last verified: 2021-10-16 diff --git a/Scripts/LineageOS-16.0/Patch.sh b/Scripts/LineageOS-16.0/Patch.sh index b3f86382..74d512a9 100644 --- a/Scripts/LineageOS-16.0/Patch.sh +++ b/Scripts/LineageOS-16.0/Patch.sh @@ -13,7 +13,7 @@ #GNU Affero General Public License for more details. # #You should have received a copy of the GNU Affero General Public License -#along with this program. If not, see . +#along with this program. If not, see . umask 0022; set -euo pipefail; source "$DOS_SCRIPTS_COMMON/Shell.sh"; diff --git a/Scripts/LineageOS-16.0/Rebrand.sh b/Scripts/LineageOS-16.0/Rebrand.sh index 9e326310..e8ac707a 100644 --- a/Scripts/LineageOS-16.0/Rebrand.sh +++ b/Scripts/LineageOS-16.0/Rebrand.sh @@ -13,7 +13,7 @@ #GNU Affero General Public License for more details. # #You should have received a copy of the GNU Affero General Public License -#along with this program. If not, see . +#along with this program. If not, see . umask 0022; set -euo pipefail; source "$DOS_SCRIPTS_COMMON/Shell.sh"; diff --git a/Scripts/LineageOS-17.1/Functions.sh b/Scripts/LineageOS-17.1/Functions.sh index 6b22d1e9..c2dd0afd 100644 --- a/Scripts/LineageOS-17.1/Functions.sh +++ b/Scripts/LineageOS-17.1/Functions.sh @@ -13,7 +13,7 @@ #GNU Affero General Public License for more details. # #You should have received a copy of the GNU Affero General Public License -#along with this program. If not, see . +#along with this program. If not, see . umask 0022; #Last verified: 2021-10-16 diff --git a/Scripts/LineageOS-17.1/Patch.sh b/Scripts/LineageOS-17.1/Patch.sh index 4cc69613..e0c4a2fd 100644 --- a/Scripts/LineageOS-17.1/Patch.sh +++ b/Scripts/LineageOS-17.1/Patch.sh @@ -13,7 +13,7 @@ #GNU Affero General Public License for more details. # #You should have received a copy of the GNU Affero General Public License -#along with this program. If not, see . +#along with this program. If not, see . umask 0022; set -euo pipefail; source "$DOS_SCRIPTS_COMMON/Shell.sh"; diff --git a/Scripts/LineageOS-17.1/Rebrand.sh b/Scripts/LineageOS-17.1/Rebrand.sh index 63106140..5d820c0a 100644 --- a/Scripts/LineageOS-17.1/Rebrand.sh +++ b/Scripts/LineageOS-17.1/Rebrand.sh @@ -13,7 +13,7 @@ #GNU Affero General Public License for more details. # #You should have received a copy of the GNU Affero General Public License -#along with this program. If not, see . +#along with this program. If not, see . umask 0022; set -euo pipefail; source "$DOS_SCRIPTS_COMMON/Shell.sh"; diff --git a/Scripts/LineageOS-18.1/Functions.sh b/Scripts/LineageOS-18.1/Functions.sh index 76ebd410..59bd9e5d 100644 --- a/Scripts/LineageOS-18.1/Functions.sh +++ b/Scripts/LineageOS-18.1/Functions.sh @@ -13,7 +13,7 @@ #GNU Affero General Public License for more details. # #You should have received a copy of the GNU Affero General Public License -#along with this program. If not, see . +#along with this program. If not, see . umask 0022; #Last verified: 2021-10-16 diff --git a/Scripts/LineageOS-18.1/Patch.sh b/Scripts/LineageOS-18.1/Patch.sh index 92c9b28a..446a88f9 100644 --- a/Scripts/LineageOS-18.1/Patch.sh +++ b/Scripts/LineageOS-18.1/Patch.sh @@ -13,7 +13,7 @@ #GNU Affero General Public License for more details. # #You should have received a copy of the GNU Affero General Public License -#along with this program. If not, see . +#along with this program. If not, see . umask 0022; set -euo pipefail; source "$DOS_SCRIPTS_COMMON/Shell.sh"; diff --git a/Scripts/LineageOS-18.1/Rebrand.sh b/Scripts/LineageOS-18.1/Rebrand.sh index 8b1d93cf..b7d8c1a6 100644 --- a/Scripts/LineageOS-18.1/Rebrand.sh +++ b/Scripts/LineageOS-18.1/Rebrand.sh @@ -13,7 +13,7 @@ #GNU Affero General Public License for more details. # #You should have received a copy of the GNU Affero General Public License -#along with this program. If not, see . +#along with this program. If not, see . umask 0022; set -euo pipefail; source "$DOS_SCRIPTS_COMMON/Shell.sh"; diff --git a/Scripts/LineageOS-19.1/Functions.sh b/Scripts/LineageOS-19.1/Functions.sh index 65144fd6..b0fad491 100644 --- a/Scripts/LineageOS-19.1/Functions.sh +++ b/Scripts/LineageOS-19.1/Functions.sh @@ -13,7 +13,7 @@ #GNU Affero General Public License for more details. # #You should have received a copy of the GNU Affero General Public License -#along with this program. If not, see . +#along with this program. If not, see . umask 0022; #Last verified: 2022-04-04 diff --git a/Scripts/LineageOS-19.1/Patch.sh b/Scripts/LineageOS-19.1/Patch.sh index 8e132c6b..f9be3098 100644 --- a/Scripts/LineageOS-19.1/Patch.sh +++ b/Scripts/LineageOS-19.1/Patch.sh @@ -13,7 +13,7 @@ #GNU Affero General Public License for more details. # #You should have received a copy of the GNU Affero General Public License -#along with this program. If not, see . +#along with this program. If not, see . umask 0022; set -euo pipefail; source "$DOS_SCRIPTS_COMMON/Shell.sh"; diff --git a/Scripts/LineageOS-19.1/Rebrand.sh b/Scripts/LineageOS-19.1/Rebrand.sh index d27391be..9ce89692 100644 --- a/Scripts/LineageOS-19.1/Rebrand.sh +++ b/Scripts/LineageOS-19.1/Rebrand.sh @@ -13,7 +13,7 @@ #GNU Affero General Public License for more details. # #You should have received a copy of the GNU Affero General Public License -#along with this program. If not, see . +#along with this program. If not, see . umask 0022; set -euo pipefail; source "$DOS_SCRIPTS_COMMON/Shell.sh"; diff --git a/Scripts/LineageOS-20.0/Functions.sh b/Scripts/LineageOS-20.0/Functions.sh index a62ba865..3cd9194f 100644 --- a/Scripts/LineageOS-20.0/Functions.sh +++ b/Scripts/LineageOS-20.0/Functions.sh @@ -13,7 +13,7 @@ #GNU Affero General Public License for more details. # #You should have received a copy of the GNU Affero General Public License -#along with this program. If not, see . +#along with this program. If not, see . umask 0022; #Last verified: 2022-10-15 diff --git a/Scripts/LineageOS-20.0/Patch.sh b/Scripts/LineageOS-20.0/Patch.sh index d75d2ae2..89966568 100644 --- a/Scripts/LineageOS-20.0/Patch.sh +++ b/Scripts/LineageOS-20.0/Patch.sh @@ -13,7 +13,7 @@ #GNU Affero General Public License for more details. # #You should have received a copy of the GNU Affero General Public License -#along with this program. If not, see . +#along with this program. If not, see . umask 0022; set -euo pipefail; source "$DOS_SCRIPTS_COMMON/Shell.sh"; diff --git a/Scripts/LineageOS-20.0/Rebrand.sh b/Scripts/LineageOS-20.0/Rebrand.sh index 93c519e5..59330dd4 100644 --- a/Scripts/LineageOS-20.0/Rebrand.sh +++ b/Scripts/LineageOS-20.0/Rebrand.sh @@ -13,7 +13,7 @@ #GNU Affero General Public License for more details. # #You should have received a copy of the GNU Affero General Public License -#along with this program. If not, see . +#along with this program. If not, see . umask 0022; set -euo pipefail; source "$DOS_SCRIPTS_COMMON/Shell.sh"; diff --git a/Scripts/LineageOS-21.0/Functions.sh b/Scripts/LineageOS-21.0/Functions.sh index f2d20457..a525aa19 100644 --- a/Scripts/LineageOS-21.0/Functions.sh +++ b/Scripts/LineageOS-21.0/Functions.sh @@ -13,7 +13,7 @@ #GNU Affero General Public License for more details. # #You should have received a copy of the GNU Affero General Public License -#along with this program. If not, see . +#along with this program. If not, see . umask 0022; #Last verified: 2022-10-15 diff --git a/Scripts/LineageOS-21.0/Patch.sh b/Scripts/LineageOS-21.0/Patch.sh index 0ba72754..009795b4 100644 --- a/Scripts/LineageOS-21.0/Patch.sh +++ b/Scripts/LineageOS-21.0/Patch.sh @@ -13,7 +13,7 @@ #GNU Affero General Public License for more details. # #You should have received a copy of the GNU Affero General Public License -#along with this program. If not, see . +#along with this program. If not, see . umask 0022; set -euo pipefail; source "$DOS_SCRIPTS_COMMON/Shell.sh"; diff --git a/Scripts/LineageOS-21.0/Rebrand.sh b/Scripts/LineageOS-21.0/Rebrand.sh index a339ce08..ae4edadf 100644 --- a/Scripts/LineageOS-21.0/Rebrand.sh +++ b/Scripts/LineageOS-21.0/Rebrand.sh @@ -13,7 +13,7 @@ #GNU Affero General Public License for more details. # #You should have received a copy of the GNU Affero General Public License -#along with this program. If not, see . +#along with this program. If not, see . umask 0022; set -euo pipefail; source "$DOS_SCRIPTS_COMMON/Shell.sh"; diff --git a/Scripts/Update_Commons.sh b/Scripts/Update_Commons.sh index 1c918401..8c539c62 100644 --- a/Scripts/Update_Commons.sh +++ b/Scripts/Update_Commons.sh @@ -13,7 +13,7 @@ #GNU Affero General Public License for more details. # #You should have received a copy of the GNU Affero General Public License -#along with this program. If not, see . +#along with this program. If not, see . umask 0022; set -uo pipefail; diff --git a/Scripts/init.sh b/Scripts/init.sh index c294dbba..e68aaebb 100644 --- a/Scripts/init.sh +++ b/Scripts/init.sh @@ -13,7 +13,7 @@ #GNU Affero General Public License for more details. # #You should have received a copy of the GNU Affero General Public License -#along with this program. If not, see . +#along with this program. If not, see . #Sets settings used by all other scripts