Fix typos

This commit is contained in:
Anthony Rose 2021-02-21 01:18:18 +00:00
parent df6dc24860
commit caa76b902e

View file

@ -43,8 +43,7 @@ export TIME_STYLE=long-iso # Used by GNU 'ls'.
if [ ! -r "$HOME/.config/locale.conf" ]
then
if [ -r /etc/locale.conf ]
thenn
then
cp /etc/locale.conf "$HOME/.config/locale.conf"
else
echo "LANG=\"${LANG-C}\"" > "$HOME/.config/locale.conf"