summaryrefslogtreecommitdiff
path: root/src/pwd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pwd.c')
-rw-r--r--src/pwd.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pwd.c b/src/pwd.c
index ff9f6d93a..c61c19438 100644
--- a/src/pwd.c
+++ b/src/pwd.c
@@ -56,6 +56,9 @@ main (int argc, char **argv)
char *wd;
program_name = argv[0];
+ setlocale (LC_ALL, "");
+ bindtextdomain (PACKAGE, LOCALEDIR);
+ textdomain (PACKAGE);
parse_long_options (argc, argv, "pwd", version_string, usage);