summaryrefslogtreecommitdiff
path: root/docs/check.docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs/check.docs')
-rwxr-xr-xdocs/check.docs4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/check.docs b/docs/check.docs
index 2898fc58..1cf051b1 100755
--- a/docs/check.docs
+++ b/docs/check.docs
@@ -1,6 +1,8 @@
#!/bin/sh
-LANG=C
+LC_ALL=C
+export LC_ALL
+
if test -z "$DOC_MODULE"; then
# extract from Makefile
eval `grep '^DOC_MODULE' Makefile | sed 's/ //g'`