summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2009-09-16 15:42:19 -0400
committerBehdad Esfahbod <behdad@behdad.org>2009-09-16 15:46:45 -0400
commited455c5413f04c4688fd072acfd121b97636e023 (patch)
treeca56e9239b2c4530a8e3b262445eaafe8edf9670 /src
parent2c75e3d01f970cae3d0856b04d532bfc90cdbf14 (diff)
[doc] Set LC_ALL instead of LANG for our check scripts
Diffstat (limited to 'src')
-rwxr-xr-xsrc/check-doc-syntax.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/check-doc-syntax.sh b/src/check-doc-syntax.sh
index b530270..3da5417 100755
--- a/src/check-doc-syntax.sh
+++ b/src/check-doc-syntax.sh
@@ -1,6 +1,7 @@
#!/bin/sh
-LANG=C
+LC_ALL=C
+export LC_ALL
prefix=vte
PREFIX=VTE