From 1e5b3a57f5b54da3b05be3c8f822d0d2cbdf9a6a Mon Sep 17 00:00:00 2001 From: nl6720 Date: Fri, 2 Jul 2021 15:34:32 +0300 Subject: 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 . --- archiso/mkarchiso | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archiso/mkarchiso') diff --git a/archiso/mkarchiso b/archiso/mkarchiso index 7596673..da1c793 100755 --- a/archiso/mkarchiso +++ b/archiso/mkarchiso @@ -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 -- cgit v1.2.3-54-g00ecf