summaryrefslogtreecommitdiff
path: root/service/go
diff options
context:
space:
mode:
Diffstat (limited to 'service/go')
-rwxr-xr-xservice/go2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/go b/service/go
index 4950975e..eb69341d 100755
--- a/service/go
+++ b/service/go
@@ -39,7 +39,7 @@ function setupjs {
cd ../web-ui
npm install
node_modules/bower/bin/bower install --config.interactive=false --allow-root
- LC_ALL=en_US.UTF-8 ./go build
+ LC_ALL=C.UTF-8 ./go build
cd -
echo "Done."
}