diff options
author | Christoph Kluenter <ckluente@thoughtworks.com> | 2016-04-06 15:30:17 +0200 |
---|---|---|
committer | Christoph Kluenter <ckluente@thoughtworks.com> | 2016-04-06 15:30:32 +0200 |
commit | 17337680ace5738a5f3e5a003bb9ab953eea8f46 (patch) | |
tree | ad329e8b6f949cb426d3a118a62c69089bdeb99d | |
parent | 147976a44a30b3cf0ca7e7da660b9119e9e2b646 (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.
-rwxr-xr-x | service/go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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." } |