From 17337680ace5738a5f3e5a003bb9ab953eea8f46 Mon Sep 17 00:00:00 2001 From: Christoph Kluenter Date: Wed, 6 Apr 2016 15:30:17 +0200 Subject: Revert "use a locale that is always available and supports UTF-8" We should use en_US.UTF-8 because thats what works on snap-ci. Now we need to find out why go does not have en_US.UTF-8 anymore. This reverts commit 6feeaf5c5cb5d22de079d68fb10bb9403a8412ed. --- service/go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'service') diff --git a/service/go b/service/go index eb69341d..4950975e 100755 --- a/service/go +++ b/service/go @@ -39,7 +39,7 @@ function setupjs { cd ../web-ui npm install node_modules/bower/bin/bower install --config.interactive=false --allow-root - LC_ALL=C.UTF-8 ./go build + LC_ALL=en_US.UTF-8 ./go build cd - echo "Done." } -- cgit v1.2.3