mirror of
https://gitlab.com/dstftw/youtube-dl.git
synced 2020-11-16 09:42:26 +00:00
7 lines
180 B
Bash
Executable file
7 lines
180 B
Bash
Executable file
|
|
# 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
|