summaryrefslogtreecommitdiff
path: root/src/check-preprocessor-syntax.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/check-preprocessor-syntax.sh')
-rwxr-xr-xsrc/check-preprocessor-syntax.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/check-preprocessor-syntax.sh b/src/check-preprocessor-syntax.sh
index 4e8efaa3..c4154151 100755
--- a/src/check-preprocessor-syntax.sh
+++ b/src/check-preprocessor-syntax.sh
@@ -1,6 +1,7 @@
#!/bin/sh
-LANG=C
+LC_ALL=C
+export LC_ALL
test -z "$srcdir" && srcdir=.
cd "$srcdir"