From 74e376e81174ee0476dfa6e1fcb018a9539d11fd Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Tue, 21 Apr 2015 23:17:12 +0200 Subject: 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 ddf542ce..3e081561 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 -- cgit v1.2.3-70-g09d2