diff options
author | Enrico Maria De Angelis <enricomaria.deangelis@hotmail.it> | 2018-06-03 16:37:48 +0200 |
---|---|---|
committer | Enrico Maria De Angelis <enricomaria.deangelis@hotmail.it> | 2018-06-03 16:37:48 +0200 |
commit | 871ff0d04622ac1474bd7d6f147576e6501f25e0 (patch) | |
tree | f7cfd186d0630689e636ad41791385633577fafd | |
parent | de98d7fb7407670a004fd58bd31e77e9fdf97c60 (diff) | |
download | hyperfi-871ff0d04622ac1474bd7d6f147576e6501f25e0.tar.lz hyperfi-871ff0d04622ac1474bd7d6f147576e6501f25e0.tar.xz hyperfi-871ff0d04622ac1474bd7d6f147576e6501f25e0.zip |
Fix typeset bug in screen output
-rw-r--r-- | archfi | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -934,7 +934,7 @@ archsetlocale(){ echo "LANG=$locale.UTF-8" > /mnt/etc/locale.conf echo "echo \"LC_COLLATE=C\" >> /mnt/etc/locale.conf" echo "LC_COLLATE=C" >> /mnt/etc/locale.conf - echo "sed -i '/'$locale'.UTF-8/s/^#//g' /mnt/etc/locale.gen" + echo "sed -i '/"$locale".UTF-8/s/^#//g' /mnt/etc/locale.gen" sed -i '/'$locale'.UTF-8/s/^#//g' /mnt/etc/locale.gen archchroot setlocale pressanykey |