]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
pg: use LC_ALL
authorKarel Zak <kzak@redhat.com>
Fri, 18 Oct 2013 08:57:11 +0000 (10:57 +0200)
committerKarel Zak <kzak@redhat.com>
Fri, 18 Oct 2013 09:38:02 +0000 (11:38 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
text-utils/pg.c

index 7b61e6bd37bd24d9a6b671ff60294b6f2893f2b1..e9156c3a1e356cab36951d2df7993f23484ad62b 100644 (file)
@@ -1522,7 +1522,7 @@ int main(int argc, char **argv)
                  _("%s %s Copyright (c) 2000-2001 Gunnar Ritter. All rights reserved.\n"),
                  program_invocation_short_name, PACKAGE_VERSION);
 
-       setlocale(LC_MESSAGES, "");
+       setlocale(LC_ALL, "");
        bindtextdomain(PACKAGE, LOCALEDIR);
        textdomain(PACKAGE);
        atexit(close_stdout);