Added setting of LC_CTYPE to SetupEnviroment, this fixes #7412

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41385 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Scott McCreary 2011-05-08 18:26:51 +00:00
parent d3e3ae8edc
commit 940d7808e5
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
#
export HOME=/boot/home
export LC_CTYPE="en_US.UTF-8"
BUILDHOME=/boot/develop
BETOOLS="$BUILDHOME/tools/gnupro/bin"