From e0cd30462e62bad1420bd83d4408cc83ae202fda Mon Sep 17 00:00:00 2001 From: Gerardo Exequiel Pozzi Date: Fri, 19 Aug 2011 11:29:30 -0300 Subject: [initscript] Make locale.sh consistent with default rc.conf rc.conf defaults LOCALE to en_US.UTF-8 Signed-off-by: Gerardo Exequiel Pozzi --- locale.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'locale.sh') diff --git a/locale.sh b/locale.sh index 611a797..6723f95 100644 --- a/locale.sh +++ b/locale.sh @@ -1,3 +1,3 @@ . /etc/rc.conf -export LANG=${LOCALE:=en_US} +export LANG=${LOCALE:=en_US.UTF-8} -- cgit v1.2.3