mkarchiso: set LC_ALL instead of LANG

LC_ALL overrides LANG and all LC_* variables, so use it instead.
See https://www.gnu.org/software/gettext/manual/html_node/Locale-Environment-Variables.html#Locale-Environment-Variables .
This commit is contained in:
nl6720 2021-07-02 15:34:32 +03:00
parent 59b5690ec9
commit 1e5b3a57f5
No known key found for this signature in database
GPG Key ID: 5CE88535E188D369

View File

@ -6,7 +6,7 @@ set -e -u
# Control the environment
umask 0022
export LANG="C"
export LC_ALL="C"
export SOURCE_DATE_EPOCH="${SOURCE_DATE_EPOCH:-"$(date +%s)"}"
# Set application name from the script's file name