From e3687364a7bee0a6ed4cc276a4eec6fb4cdddac0 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 18 Feb 2009 17:29:58 -0500 Subject: [PATCH] export LANG first before testing --- .profile.d/locale.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.profile.d/locale.sh b/.profile.d/locale.sh index c9bbd4c..dbb8d42 100644 --- a/.profile.d/locale.sh +++ b/.profile.d/locale.sh @@ -1,3 +1,4 @@ +export LANG case ${TERM} in Eterm) LANG="en_US";; *) @@ -6,4 +7,3 @@ case ${TERM} in done ;; esac -export LANG -- 2.39.2