From b7133479ab16c1412e9eceb6a06f3a4b18075624 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Fri, 14 Jun 2024 07:49:41 +0200 Subject: [PATCH] set C.UTF-8 by default --- usr/lib/archboot/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/lib/archboot/common.sh b/usr/lib/archboot/common.sh index d8c30e65b..54b8a93fb 100644 --- a/usr/lib/archboot/common.sh +++ b/usr/lib/archboot/common.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # SPDX-License-Identifier: GPL-3.0-or-later # created by Tobias Powalowski -LANG=C +LANG=C.UTF-8 . /etc/archboot/defaults _BASENAME=${0##*/} _RUNNING_ARCH="$(uname -m)"