From: Joerg Jaspert Date: Mon, 7 Sep 2009 07:32:57 +0000 (+0200) Subject: queued X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=12f6b4fab935b5564b7faacda7ae4377db2360f8;hp=40908ec831933a46339b740e0371f4fccbf7adb9;p=dak.git queued use a C locale. Signed-off-by: Joerg Jaspert --- 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 # ---------------------------------------------------------------------------