From fe3d78acb42ea6211da82571c0dee50fcaac3ba1 Mon Sep 17 00:00:00 2001 From: Christian Haeusler <794584+corvus-ch@users.noreply.github.com> Date: Sat, 5 Apr 2025 11:54:48 +0200 Subject: [PATCH] Fix pinning of default language Adding export to keep the variable persistent to all scripts called by 73Linux. --- 73.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/73.sh b/73.sh index 9f4617f..04e23b6 100755 --- a/73.sh +++ b/73.sh @@ -4,7 +4,7 @@ # See https://github.com/km4ack/73Linux/issues/144 and https://github.com/km4ack/73Linux/issues/71. # 73Linux is not translated in any other languages and does change behaviour based on locale settings. # Forcing to use the default locale prevents any of those localization issues. -LC_ALL=C +export LC_ALL=C echo "#######################################" echo "# Welcome to 73 Linux #"