Merge remote-tracking branch 'nl6720/LC_ALL'
* nl6720/LC_ALL: mkarchiso: set LC_ALL instead of LANG
This commit is contained in:
commit
6b3d56193d
@ -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