summaryrefslogtreecommitdiff
path: root/src/mkfifo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mkfifo.c')
-rw-r--r--src/mkfifo.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mkfifo.c b/src/mkfifo.c
index d76135553..89cbf1c90 100644
--- a/src/mkfifo.c
+++ b/src/mkfifo.c
@@ -80,6 +80,10 @@ main (int argc, char **argv)
int optc;
program_name = argv[0];
+ setlocale (LC_ALL, "");
+ bindtextdomain (PACKAGE, LOCALEDIR);
+ textdomain (PACKAGE);
+
symbolic_mode = NULL;
#ifndef S_ISFIFO