summaryrefslogtreecommitdiff
path: root/src/rmdir.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rmdir.c')
-rw-r--r--src/rmdir.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/rmdir.c b/src/rmdir.c
index 2902b2734..e091fd063 100644
--- a/src/rmdir.c
+++ b/src/rmdir.c
@@ -102,6 +102,10 @@ main (int argc, char **argv)
int optc;
program_name = argv[0];
+ setlocale (LC_ALL, "");
+ bindtextdomain (PACKAGE, LOCALEDIR);
+ textdomain (PACKAGE);
+
empty_paths = 0;
while ((optc = getopt_long (argc, argv, "p", longopts, (int *) 0)) != EOF)