aports/main/alpine-baselayout/20locale.sh
Pablo Correa Gómez 0650f9f60d main/alpine-baselayout: do not unconditionally set locale variables
So that we avoid overriding them if they already exist.

Fixes #14862
2023-05-03 22:10:59 +00:00

3 lines
97 B
Bash

export CHARSET=${CHARSET:-UTF-8}
export LANG=${LANG:-C.UTF-8}
export LC_COLLATE=${LC_COLLATE:-C}