Fix pinning of default language

Adding export to keep the variable persistent to all scripts called by 73Linux.
This commit is contained in:
Christian Haeusler 2025-04-05 11:54:48 +02:00
parent 829c3af3b1
commit fe3d78acb4

2
73.sh
View file

@ -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 #"