]> git.decadent.org.uk Git - dak.git/commitdiff
queued
authorJoerg Jaspert <joerg@debian.org>
Mon, 7 Sep 2009 07:32:57 +0000 (09:32 +0200)
committerJoerg Jaspert <joerg@debian.org>
Mon, 7 Sep 2009 07:32:57 +0000 (09:32 +0200)
use a C locale.

Signed-off-by: Joerg Jaspert <joerg@debian.org>
tools/debianqueued-0.9/debianqueued

index f9974366950bf075937946fed73117c0c15ad55b..4a071bd77383791f97d29a54d5206a3ae9a0f015 100755 (executable)
@@ -23,6 +23,8 @@ use Socket qw( PF_INET AF_INET SOCK_STREAM );
 use Config;
 use Sys::Hostname;
 
+setlocale(&POSIX::LC_ALL, "C");
+
 # ---------------------------------------------------------------------------
 #                                                              configuration
 # ---------------------------------------------------------------------------