summaryrefslogtreecommitdiff
path: root/src/touch.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/touch.c')
-rw-r--r--src/touch.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/touch.c b/src/touch.c
index 2bb6e8a5f..0f547ce1b 100644
--- a/src/touch.c
+++ b/src/touch.c
@@ -274,6 +274,10 @@ main (int argc, char **argv)
int err = 0;
program_name = argv[0];
+ setlocale (LC_ALL, "");
+ bindtextdomain (PACKAGE, LOCALEDIR);
+ textdomain (PACKAGE);
+
change_times = no_create = use_ref = posix_date = flexible_date = 0;
newtime = (time_t) -1;