transplant 2934c2ce43412be2fbb28ee5fa8d6cd227203036 and afbaa80b8bb31b8949987c8a6a8e7...
[youtube-dl.git] / devscripts / posix-locale.sh
1
2 # source this file in your shell to get a POSIX locale (which will break many programs, but that's kind of the point)
3
4 export LC_ALL=POSIX
5 export LANG=POSIX
6 export LANGUAGE=POSIX