WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Core v4.5rc1  (Read 23322 times)

Offline AbNoRMiS

  • Hero Member
  • *****
  • Posts: 550
  • nothing can be impeccable in this imperfect world
    • @ß№®M!$
Re: Core v4.5rc1
« Reply #30 on: April 15, 2012, 03:19:36 AM »
during tinycore boot
at the time calling tce-setup from tc-config
export LANG yet has not implemented
therefore the following condition in tce-load
Code: [Select]
if [ "$LANG" != "C" ]; then
LOCALEEXT="${1%.tcz}-locale.tcz"
[ -f "$LOCALEEXT" ] && install "$LOCALEEXT"
fi
examines variable that yet has no value
therefore extension locales are loaded
during tinycore boot in any case
must add additional verification in tce-load
Code: [Select]
[ "$LANG" ] || . /etc/sysconfig/languageor make export LANG in tc-config after line 169
« Last Edit: April 15, 2012, 04:27:37 AM by AbNoRMiS »
Basic Design Concept © @ß№®M!$
please forgive my terrible english :)