handy bash fix
#fix locale errors | |
export LANG="en_US.UTF-8" | |
export LC_ALL=$LANG |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#fix locale errors | |
export LANG="en_US.UTF-8" | |
export LC_ALL=$LANG |