diff options
author | felix <felix.von.s@posteo.de> | 2021-09-19 13:16:11 +0200 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2022-04-12 01:15:21 +0530 |
commit | ab96d1ad1bcdb943aa6519980e5383ca91f7da2b (patch) | |
tree | 3654212ddb051c93ba4fb7bff6767aadfd3412ab /devscripts/posix-locale.sh | |
parent | 5a727063c54a2353b0bb58644c74e7f74f553800 (diff) | |
download | hypervideo-pre-ab96d1ad1bcdb943aa6519980e5383ca91f7da2b.tar.lz hypervideo-pre-ab96d1ad1bcdb943aa6519980e5383ca91f7da2b.tar.xz hypervideo-pre-ab96d1ad1bcdb943aa6519980e5383ca91f7da2b.zip |
[cleanup] Remove unused scripts/tests (#2173)
Authored by fstirlitz, pukkandan
Diffstat (limited to 'devscripts/posix-locale.sh')
-rwxr-xr-x | devscripts/posix-locale.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/devscripts/posix-locale.sh b/devscripts/posix-locale.sh deleted file mode 100755 index 0aa7a592d..000000000 --- a/devscripts/posix-locale.sh +++ /dev/null @@ -1,6 +0,0 @@ - -# 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 |