diff options
Diffstat (limited to 'src/check-preprocessor-syntax.sh')
-rwxr-xr-x | src/check-preprocessor-syntax.sh | 3 |
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" |