From: Mike Frysinger Date: Wed, 18 Feb 2009 22:29:58 +0000 (-0500) Subject: export LANG first before testing X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=e3687364a7bee0a6ed4cc276a4eec6fb4cdddac0;p=home.git export LANG first before testing --- 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