diff options
author | Christoph Kluenter <ckluente@thoughtworks.com> | 2016-04-06 14:50:05 +0200 |
---|---|---|
committer | Christoph Kluenter <ckluente@thoughtworks.com> | 2016-04-06 14:50:05 +0200 |
commit | 54e946eff87a24122997a109f946dc649c8f0498 (patch) | |
tree | fd39b114cb09525d132e9d7822fbcb72a32ee7a6 /service | |
parent | 6feeaf5c5cb5d22de079d68fb10bb9403a8412ed (diff) |
use a working utf-8 locale in more places
Diffstat (limited to 'service')
-rwxr-xr-x | service/go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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." } |