aboutsummaryrefslogtreecommitdiffstats
path: root/devtools/check-maintainers.sh
diff options
context:
space:
mode:
Diffstat (limited to 'devtools/check-maintainers.sh')
-rwxr-xr-xdevtools/check-maintainers.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/devtools/check-maintainers.sh b/devtools/check-maintainers.sh
index 69c879a8..ac5326b8 100755
--- a/devtools/check-maintainers.sh
+++ b/devtools/check-maintainers.sh
@@ -34,6 +34,9 @@
cd $(dirname $0)/..
+# speed up by ignoring Unicode details
+export LC_ALL=C
+
# Get files matching paths with wildcards and / meaning recursing
files () # <path> [<path> ...]
{