summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2009-09-16 15:43:57 -0400
committerBehdad Esfahbod <behdad@behdad.org>2009-09-16 15:43:57 -0400
commit730bed768e8eb4ed14d21bd390403d8bfed71742 (patch)
treea0b84250cf2fcd01c59f5e153f37f7b8cadd3785 /docs
parent24bb7774579627b25a61a348ffe0fb25988a12f3 (diff)
downloadpango-730bed768e8eb4ed14d21bd390403d8bfed71742.tar.gz
Bug 595350 - set LC_ALL=C, not LANG=C
Diffstat (limited to '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'`