diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/init.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/init.sh b/include/init.sh index abd06862..cde489dd 100644 --- a/include/init.sh +++ b/include/init.sh @@ -5,8 +5,9 @@ # Copyright (c) 2020-2025 Leah Rowe <leah@libreboot.org> # Copyright (c) 2025 Alper Nebi Yasak <alpernebiyasak@gmail.com> -export LC_COLLATE=C -export LC_ALL=C +export LANG=C.UTF-8 +export LC_COLLATE=C.UTF-8 +export LC_ALL=C.UTF-8 projectname="libreboot" projectsite="https://libreboot.org/" |
