get rid of locale fix

This commit is contained in:
David Majnemer 2010-08-15 15:57:34 -04:00
parent bacc01d390
commit b1fdc24c46

View file

@ -1,15 +1,5 @@
#! /bin/sh
# fix locale stuff
if [ -z "${LC_ALL}" ] ; then
if ( command -v locale >/dev/null 2>&1 ) ; then
LC_ALL="en_US.UTF-8"
export LC_ALL
eval `locale`
fi
fi
# terminal fallback stuff
fix_term ()
{