#!/hint/sh if [ "$LANG" = C -o -z "$LANG" ] && grep '^en_US\.UTF-8\s' /etc/locale.gen &>/dev/null; then export LANG=en_US.UTF-8 fi