commit: ac1c7987b4fac9327ee8764786d9fa802545e1fa
Author: Kerin Millar <kfm <AT> plushkava <DOT> net>
AuthorDate: Fri Aug 22 22:48:40 2025 +0000
Commit: Kerin Millar <kfm <AT> plushkava <DOT> net>
CommitDate: Fri Aug 22 22:48:40 2025 +0000
URL: https://gitweb.gentoo.org/proj/locale-gen.git/commit/?id=ac1c7987
Refine the wording of the comment preceding I18NPATH assignment
Signed-off-by: Kerin Millar <kfm <AT> plushkava.net>
locale-gen | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/locale-gen b/locale-gen
index f7812aa..96e54ec 100755
--- a/locale-gen
+++ b/locale-gen
@@ -52,7 +52,7 @@ umask 0022;
# Ensure that locale/charmap files are opened relative to the prefix.
# It is especially important to do so in situations where the value of
- # $prefix is something other than "" or "/".
+ # $prefix is neither <slash> nor an empty string.
$ENV{'I18NPATH'} = catdir($prefix, '/usr/share/i18n');
# For the directory to be unknown strongly implies the absence of glibc.