From 12f6b4fab935b5564b7faacda7ae4377db2360f8 Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Mon, 7 Sep 2009 09:32:57 +0200 Subject: [PATCH] queued use a C locale. Signed-off-by: Joerg Jaspert --- tools/debianqueued-0.9/debianqueued | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/debianqueued-0.9/debianqueued b/tools/debianqueued-0.9/debianqueued index f9974366..4a071bd7 100755 --- a/tools/debianqueued-0.9/debianqueued +++ b/tools/debianqueued-0.9/debianqueued @@ -23,6 +23,8 @@ use Socket qw( PF_INET AF_INET SOCK_STREAM ); use Config; use Sys::Hostname; +setlocale(&POSIX::LC_ALL, "C"); + # --------------------------------------------------------------------------- # configuration # --------------------------------------------------------------------------- -- 2.39.2