aboutsummaryrefslogtreecommitdiff
path: root/locale.sh
diff options
context:
space:
mode:
authorGerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>2011-08-19 11:29:30 -0300
committerTom Gundersen <teg@jklm.no>2011-09-25 00:55:35 +0200
commite0cd30462e62bad1420bd83d4408cc83ae202fda (patch)
tree6c5fd0c384905819981e081eaa626bc99aa0f118 /locale.sh
parentae92346c03bc60578bfb5bddef9dbbf1b4d71460 (diff)
downloadinitscripts-e0cd30462e62bad1420bd83d4408cc83ae202fda.tar.xz
[initscript] Make locale.sh consistent with default rc.conf
rc.conf defaults LOCALE to en_US.UTF-8 Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
Diffstat (limited to 'locale.sh')
-rw-r--r--locale.sh2
1 files changed, 1 insertions, 1 deletions
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}