summaryrefslogtreecommitdiff
path: root/service/go
diff options
context:
space:
mode:
authorChristoph Kluenter <ckluente@thoughtworks.com>2016-04-06 14:50:05 +0200
committerChristoph Kluenter <ckluente@thoughtworks.com>2016-04-06 14:50:05 +0200
commit54e946eff87a24122997a109f946dc649c8f0498 (patch)
treefd39b114cb09525d132e9d7822fbcb72a32ee7a6 /service/go
parent6feeaf5c5cb5d22de079d68fb10bb9403a8412ed (diff)
use a working utf-8 locale in more places
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..f7bb7bce 100755
--- a/service/go
+++ b/service/go
@@ -67,7 +67,7 @@ function runPep8 {
function runJSHint {
echo "Executing JSHint."
cd ../web-ui
- LC_ALL=en_US.UTF-8 ./go jshint
+ LC_ALL=C.UTF-8 ./go jshint
cd -
echo "Done."
}