diff options
author | Christoph Kluenter <ckluente@thoughtworks.com> | 2016-04-06 15:29:21 +0200 |
---|---|---|
committer | Christoph Kluenter <ckluente@thoughtworks.com> | 2016-04-06 15:29:21 +0200 |
commit | 147976a44a30b3cf0ca7e7da660b9119e9e2b646 (patch) | |
tree | d699b2559403fa8a0af56460018363311654c022 | |
parent | 54e946eff87a24122997a109f946dc649c8f0498 (diff) |
Revert "use a working utf-8 locale in more places"
This reverts commit 54e946eff87a24122997a109f946dc649c8f0498.
-rwxr-xr-x | service/go | 2 | ||||
-rwxr-xr-x | web-ui/go | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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." } @@ -1,3 +1,3 @@ #!/bin/bash -LC_ALL=C.UTF-8 npm run $* +LC_ALL=en_US.UTF-8 npm run $* |