[arch-projects] [PATCH] [initscripts] Make locale.sh consistent with default rc.conf

Gerardo Exequiel Pozzi vmlinuz386 at yahoo.com.ar
Fri Aug 19 10:32:34 EDT 2011


rc.conf defaults LOCALE to en_US.UTF-8

Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386 at yahoo.com.ar>
---
 locale.sh |    2 +-
 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}
-- 
1.7.6



More information about the arch-projects mailing list