commit:     58d63fb7758b87e72edc6d4477e685e58f261381
Author:     Kerin Millar <kfm <AT> plushkava <DOT> net>
AuthorDate: Sat Sep 13 09:42:00 2025 +0000
Commit:     Kerin Millar <kfm <AT> plushkava <DOT> net>
CommitDate: Sat Sep 13 09:42:00 2025 +0000
URL:        https://gitweb.gentoo.org/proj/locale-gen.git/commit/?id=58d63fb7

Simplify a comment in the main block

Signed-off-by: Kerin Millar <kfm <AT> plushkava.net>

 locale-gen | 2 --
 1 file changed, 2 deletions(-)

diff --git a/locale-gen b/locale-gen
index 24b0d74..90ed60b 100755
--- a/locale-gen
+++ b/locale-gen
@@ -49,8 +49,6 @@ umask 0022;
        my $prefix = $opt{'prefix'} // $gentoo_prefix;
 
        # 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 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.

Reply via email to