mirror of
https://github.com/km4ack/73Linux
synced 2026-08-13 17:51:54 -04:00
Fix pinning of default language
Adding export to keep the variable persistent to all scripts called by 73Linux.
This commit is contained in:
parent
829c3af3b1
commit
fe3d78acb4
1 changed files with 1 additions and 1 deletions
2
73.sh
2
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 #"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue