summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rwxr-xr-xbuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/build b/build
index 9ca9de63..8c9f8f9c 100755
--- a/build
+++ b/build
@@ -8,6 +8,9 @@
[ "x${DEBUG+set}" = 'xset' ] && set -v
set -u -e
+export LC_COLLATE=C
+export LC_ALL=C
+
. "include/err.sh"
. "include/option.sh"