summarylogtreecommitdiffstats
path: root/PathOfBuilding.sh
diff options
context:
space:
mode:
authorBaptiste Careil2020-07-20 20:22:06 +0200
committerBaptiste Careil2020-07-20 20:22:06 +0200
commit28c9756e96074645f5b51cd27419168cde1b86f7 (patch)
tree952a2f623da1481ac7c239bb1bb72e21be353514 /PathOfBuilding.sh
parent2919116bb832b3a4931b5177701964a57b71b625 (diff)
downloadaur-28c9756e96074645f5b51cd27419168cde1b86f7.tar.gz
Fixed build load failure due to localized floating point
Diffstat (limited to 'PathOfBuilding.sh')
-rw-r--r--PathOfBuilding.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/PathOfBuilding.sh b/PathOfBuilding.sh
index 05f539428631..fd7e298228d3 100644
--- a/PathOfBuilding.sh
+++ b/PathOfBuilding.sh
@@ -1,2 +1,2 @@
#!/bin/bash
-cd /opt/PathOfBuilding/ && ./pobfrontend
+cd /opt/PathOfBuilding/ && LC_ALL=C ./pobfrontend