From 54e946eff87a24122997a109f946dc649c8f0498 Mon Sep 17 00:00:00 2001 From: Christoph Kluenter Date: Wed, 6 Apr 2016 14:50:05 +0200 Subject: use a working utf-8 locale in more places --- service/go | 2 +- web-ui/go | 2 +- 2 files changed, 2 insertions(+), 2 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." } diff --git a/web-ui/go b/web-ui/go index 241e966b..c85bbe2b 100755 --- a/web-ui/go +++ b/web-ui/go @@ -1,3 +1,3 @@ #!/bin/bash -LC_ALL=en_US.UTF-8 npm run $* +LC_ALL=C.UTF-8 npm run $* -- cgit v1.2.3