Merge remote-tracking branch 'nl6720/LC_ALL'

* nl6720/LC_ALL:
  mkarchiso: set LC_ALL instead of LANG
This commit is contained in:
David Runge 2021-07-11 21:15:12 +02:00
commit 6b3d56193d
No known key found for this signature in database
GPG Key ID: 7258734B41C31549

View File

@ -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