/etc/

href='/guix/log/gnu/installer/utils.scm?id=0e3897187c6e3fc821b59153b6b632896a1a380e'>utils.scm
AgeCommit message (Expand)Author
2020-04-10gnu: installer: Fix issue with "Esperanto" locale....According to glibc manual, locale are under the following form: language[_territory[.codeset]][@modifier] The esperanto locale "epo" does not have a territory. Modify run-command to take this into account. Reported by Alex Sassmannshausen here: https://lists.gnu.org/archive/html/guix-devel/2020-04/msg00192.html. * gnu/installer/utils.scm (run-command): Handle locale without territory such as "epo". Mathieu Othacehe