index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | nl6720 <nl6720@gmail.com> | 2024-02-20 13:56:51 +0200 |
---|---|---|
committer | nl6720 <nl6720@gmail.com> | 2024-02-20 14:02:10 +0200 |
commit | 7dd615ea8301b6554450b0589a7fc3895076839b (patch) | |
tree | ec727c92133b378ab333ad5d90d702a38ed20bd5 /archiso/mkarchiso | |
parent | 2932a9def38fbe03c3727c6f5ca4f8e888826c78 (diff) |
-rwxr-xr-x | archiso/mkarchiso | 5 |
diff --git a/archiso/mkarchiso b/archiso/mkarchiso index 7a2587e..a156687 100755 --- a/archiso/mkarchiso +++ b/archiso/mkarchiso @@ -8,11 +8,6 @@ shopt -s extglob # Control the environment umask 0022 export LC_ALL="C.UTF-8" -if [[ -v LANGUAGE ]]; then - # LC_ALL=C.UTF-8, unlike LC_ALL=C, does not override LANGUAGE. - # See https://sourceware.org/bugzilla/show_bug.cgi?id=16621 and https://savannah.gnu.org/bugs/?62815 - unset LANGUAGE -fi [[ -v SOURCE_DATE_EPOCH ]] || printf -v SOURCE_DATE_EPOCH '%(%s)T' -1 export SOURCE_DATE_EPOCH |