[Qa-jenkins-scm] [jenkins.debian.net] 03/05: common: use LC_ALL=C.UTF-8 instead of C. We live in a bigger world to costrain us on ASCII

Holger Levsen holger at moszumanska.debian.org
Wed Apr 22 07:40:21 UTC 2015


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit 74e376e81174ee0476dfa6e1fcb018a9539d11fd
Author: Mattia Rizzolo <mattia at mapreri.org>
Date:   Tue Apr 21 23:17:12 2015 +0200

    common: use LC_ALL=C.UTF-8 instead of C. We live in a bigger world to costrain us on ASCII
---
 bin/common-functions.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/common-functions.sh b/bin/common-functions.sh
index ddf542c..3e08156 100755
--- a/bin/common-functions.sh
+++ b/bin/common-functions.sh
@@ -50,7 +50,7 @@ if [ "${0:0:5}" != "/tmp/" ] ; then
 else
 	# default settings used for the jenkins.debian.net environment
 	if [ -z "$LC_ALL" ]; then
-		export LC_ALL=C
+		export LC_ALL=C.UTF-8
 	fi
 	if [ -z "$MIRROR" ]; then
 		export MIRROR=http://ftp.de.debian.org/debian

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list