commit:     d3a30d74e67bb80213857ed4effe86c09d231eb6
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 15 01:58:30 2020 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Jul 15 01:58:30 2020 +0000
URL:        https://gitweb.gentoo.org/proj/locale-gen.git/commit/?id=d3a30d74

Minor output fix

Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 locale-gen | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/locale-gen b/locale-gen
index 140654a..7741aa7 100755
--- a/locale-gen
+++ b/locale-gen
@@ -123,7 +123,7 @@ fi
 
 : ${EROOT:="${EPREFIX}/"}
 if [[ ${EROOT} != "/" ]] ; then
-       einfo "Using locale.gen from ROOT ${EROOT}etc/"
+       einfo "Using locale.gen from ${EROOT}etc/"
 fi
 
 if [[ -n ${DESTDIR} ]] ; then

Reply via email to