SetupEnvironment: Remove first set of LC_CTYPE.

It's set again about 30 lines later, this time with the real value,
so there's no need to set it here.
This commit is contained in:
Augustin Cavalier 2024-07-15 22:57:57 -04:00
parent a6fd327884
commit fc1a0ea5ab

View File

@ -4,7 +4,6 @@
# #
export HOME=/boot/home export HOME=/boot/home
export LC_CTYPE="en_US.UTF-8"
BUILDHOME=/boot/system/develop BUILDHOME=/boot/system/develop