aboutsummaryrefslogtreecommitdiff
path: root/sh/profile.d/lang.sh
blob: 21f67d5bf8c51053e5149b24c25a49cecb2e0b9a (plain) (blame)
1
2
3
4
# Always use bytewise sorting if not already set
[ -z "$LC_COLLATE" ] || return
LC_COLLATE=C
export LC_COLLATE