aboutsummaryrefslogtreecommitdiffstats
path: root/devscripts/posix-locale.sh
diff options
context:
space:
mode:
Diffstat (limited to 'devscripts/posix-locale.sh')
-rwxr-xr-xdevscripts/posix-locale.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/devscripts/posix-locale.sh b/devscripts/posix-locale.sh
deleted file mode 100755
index 0aa7a59..0000000
--- 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