summaryrefslogtreecommitdiff
path: root/service/go
diff options
context:
space:
mode:
authorChristoph Kluenter <ckluente@thoughtworks.com>2016-04-06 15:30:17 +0200
committerChristoph Kluenter <ckluente@thoughtworks.com>2016-04-06 15:30:32 +0200
commit17337680ace5738a5f3e5a003bb9ab953eea8f46 (patch)
treead329e8b6f949cb426d3a118a62c69089bdeb99d /service/go
parent147976a44a30b3cf0ca7e7da660b9119e9e2b646 (diff)
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.
Diffstat (limited to 'service/go')
-rwxr-xr-xservice/go2
1 files changed, 1 insertions, 1 deletions
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."
}