summaryrefslogtreecommitdiff
path: root/src/chown.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/chown.c')
-rw-r--r--src/chown.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/chown.c b/src/chown.c
index 111185a6c..026309df2 100644
--- a/src/chown.c
+++ b/src/chown.c
@@ -244,6 +244,10 @@ main (int argc, char **argv)
char *e;
program_name = argv[0];
+ setlocale (LC_ALL, "");
+ bindtextdomain (PACKAGE, LOCALEDIR);
+ textdomain (PACKAGE);
+
recurse = force_silent = verbose = changes_only = 0;
while ((optc = getopt_long (argc, argv, "Rcfv", long_options, (int *) 0))