[dak/master] 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...
---
tools/debianqueued-0.9/debianqueued | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/tools/debianqueued-0.9/debianqueued b/tools/debianqueued-0.9/debianqueued
index 39d7ba5..d99c8c8 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
--
1.7.2.5
Reply to: