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, 4 insertions, 0 deletions
diff --git a/sh/profile.d/lang.sh b/sh/profile.d/lang.sh
new file mode 100644
index 00000000..21f67d5b
--- /dev/null
+++ b/sh/profile.d/lang.sh
@@ -0,0 +1,4 @@
+# Always use bytewise sorting if not already set
+[ -z "$LC_COLLATE" ] || return
+LC_COLLATE=C
+export LC_COLLATE