aboutsummaryrefslogtreecommitdiff
path: root/sh/profile.d/lang.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sh/profile.d/lang.sh')
-rw-r--r--sh/profile.d/lang.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/sh/profile.d/lang.sh b/sh/profile.d/lang.sh
deleted file mode 100644
index 21f67d5b..00000000
--- a/sh/profile.d/lang.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-# Always use bytewise sorting if not already set
-[ -z "$LC_COLLATE" ] || return
-LC_COLLATE=C
-export LC_COLLATE