summaryrefslogtreecommitdiff
path: root/web-ui/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 /web-ui/go
parent6feeaf5c5cb5d22de079d68fb10bb9403a8412ed (diff)
use a working utf-8 locale in more places
Diffstat (limited to 'web-ui/go')
-rwxr-xr-xweb-ui/go2
1 files changed, 1 insertions, 1 deletions
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 $*