From: Ansgar Burchardt Date: Sun, 3 Feb 2013 13:03:25 +0000 (+0100) Subject: debianqueued: set LC_ALL in the environment X-Git-Url: https://git.decadent.org.uk/gitweb/?p=dak.git;a=commitdiff_plain;h=d1ba61d1cc6c2fc80d4d7661d58aea4c580690b0 debianqueued: set LC_ALL in the environment Make sure all processes we start also run in the C locale. queued currently parses the output from gpg to get the name of the person who signed an upload. A better fix would be to pass --with-colon to gpg, but as this information is only used for logging anyway... --- diff --git a/tools/debianqueued-0.9/debianqueued b/tools/debianqueued-0.9/debianqueued index 39d7ba5f..d99c8c87 100755 --- a/tools/debianqueued-0.9/debianqueued +++ b/tools/debianqueued-0.9/debianqueued @@ -27,6 +27,7 @@ use File::Copy; use Digest::MD5; setlocale(&POSIX::LC_ALL, "C"); +$ENV{"LC_ALL"} = "C"; # --------------------------------------------------------------------------- # configuration