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