Files
arm-kali/bsp/profile.d/default-lang.sh
2022-08-30 00:04:30 +03:00

7 lines
132 B
Bash

# Set the default LANG to something sensible if it is unset
if [ -z "$LANG" ]; then
source /etc/locale.conf
export LANG
fi