V8.13.416.2025.11.17
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m21s
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m21s
Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
@@ -35,11 +35,11 @@ shopt -u extglob # If set, enable the extended pattern matching features
|
||||
shopt -u nullglob # If set, filename expansion patterns that match no files expand to nothing and are removed.
|
||||
|
||||
### Deterministic environment
|
||||
declare -gx LC_ALL=C.UTF-8
|
||||
declare -gx LANG=C.UTF-8
|
||||
declare -gx TZ=UTC
|
||||
declare -gx PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
|
||||
declare -gx IFS=$' \t\n'
|
||||
declare -gx LANG=C.UTF-8
|
||||
declare -gx LC_ALL=C.UTF-8
|
||||
declare -gx PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
|
||||
declare -gx TZ=UTC
|
||||
|
||||
umask 0022
|
||||
|
||||
|
||||
Reference in New Issue
Block a user