mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-19 19:23:24 +02:00
init.sh: Explicitly export UTF-8 locale
C.UTF-8, instead of just C. This fixes a build issue in GRUB on my Arch Linux test bench. Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
+3
-2
@@ -5,8 +5,9 @@
|
|||||||
# Copyright (c) 2020-2025 Leah Rowe <leah@libreboot.org>
|
# Copyright (c) 2020-2025 Leah Rowe <leah@libreboot.org>
|
||||||
# Copyright (c) 2025 Alper Nebi Yasak <alpernebiyasak@gmail.com>
|
# Copyright (c) 2025 Alper Nebi Yasak <alpernebiyasak@gmail.com>
|
||||||
|
|
||||||
export LC_COLLATE=C
|
export LANG=C.UTF-8
|
||||||
export LC_ALL=C
|
export LC_COLLATE=C.UTF-8
|
||||||
|
export LC_ALL=C.UTF-8
|
||||||
|
|
||||||
projectname="libreboot"
|
projectname="libreboot"
|
||||||
projectsite="https://libreboot.org/"
|
projectsite="https://libreboot.org/"
|
||||||
|
|||||||
Reference in New Issue
Block a user