Skip to content
Snippets Groups Projects
Unverified Commit 1e5b3a57 authored by nl6720's avatar nl6720
Browse files

mkarchiso: set LC_ALL instead of LANG

parent 59b5690e
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment