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:
parent
59b5690ec9
commit
1e5b3a57f5
@ -6,7 +6,7 @@ set -e -u
|
|||||||
|
|
||||||
# Control the environment
|
# Control the environment
|
||||||
umask 0022
|
umask 0022
|
||||||
export LANG="C"
|
export LC_ALL="C"
|
||||||
export SOURCE_DATE_EPOCH="${SOURCE_DATE_EPOCH:-"$(date +%s)"}"
|
export SOURCE_DATE_EPOCH="${SOURCE_DATE_EPOCH:-"$(date +%s)"}"
|
||||||
|
|
||||||
# Set application name from the script's file name
|
# Set application name from the script's file name
|
||||||
|
Loading…
Reference in New Issue
Block a user