[Fix #398] Manually set locale

This commit is contained in:
Sorin Ionescu 2013-02-28 17:01:00 -05:00
parent f4d9b32de9
commit 6e65349c45
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ export PAGER='less'
#
if [[ -z "$LANG" ]]; then
eval "$(locale)"
export LANG='en_US.UTF-8'
fi
#