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...
上级 077bf03c
......@@ -27,6 +27,7 @@ use File::Copy;
use Digest::MD5;
setlocale(&POSIX::LC_ALL, "C");
$ENV{"LC_ALL"} = "C";
# ---------------------------------------------------------------------------
# configuration
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册