Fix typo in locale.conf path
This commit is contained in:
parent
333a45fd7c
commit
67ff07aafc
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue