summaryrefslogtreecommitdiff
path: root/src/uname.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/uname.c')
-rw-r--r--src/uname.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/uname.c b/src/uname.c
index ca1caa0c4..e64af98ed 100644
--- a/src/uname.c
+++ b/src/uname.c
@@ -88,6 +88,10 @@ main (int argc, char **argv)
int c;
program_name = argv[0];
+ setlocale (LC_ALL, "");
+ bindtextdomain (PACKAGE, LOCALEDIR);
+ textdomain (PACKAGE);
+
toprint = 0;
while ((c = getopt_long (argc, argv, "snrvma", long_options, (int *) 0))