mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-03-25 13:29:03 +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:
@@ -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/"
|
||||
|
||||
Reference in New Issue
Block a user