mirror of
https://gitea.eponym.info/Mirrors/youtube-dl
synced 2025-08-22 18:37:10 +00:00
7 lines
180 B
Bash
7 lines
180 B
Bash
|
|
||
|
# source this file in your shell to get a POSIX locale (which will break many programs, but that's kind of the point)
|
||
|
|
||
|
export LC_ALL=POSIX
|
||
|
export LANG=POSIX
|
||
|
export LANGUAGE=POSIX
|