From 147976a44a30b3cf0ca7e7da660b9119e9e2b646 Mon Sep 17 00:00:00 2001 From: Christoph Kluenter Date: Wed, 6 Apr 2016 15:29:21 +0200 Subject: Revert "use a working utf-8 locale in more places" This reverts commit 54e946eff87a24122997a109f946dc649c8f0498. --- service/go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'service/go') diff --git a/service/go b/service/go index f7bb7bce..eb69341d 100755 --- a/service/go +++ b/service/go @@ -67,7 +67,7 @@ function runPep8 { function runJSHint { echo "Executing JSHint." cd ../web-ui - LC_ALL=C.UTF-8 ./go jshint + LC_ALL=en_US.UTF-8 ./go jshint cd - echo "Done." } -- cgit v1.2.3