Fix typo in locale.conf path

This commit is contained in:
Anthony Rose 2022-08-18 16:40:46 +01:00
parent 333a45fd7c
commit 67ff07aafc

View file

@ -93,9 +93,9 @@ if [ -f /etc/locale.conf ]
then
. /etc/locale.conf
fi
if [ -f "$XDG_CONFIG_DIR/locale.conf" ]
if [ -f "$XDG_CONFIG_HOME/locale.conf" ]
then
. "$XDG_CONFIG_DIR/locale.conf"
. "$XDG_CONFIG_HOME/locale.conf"
fi
# Other exports.