]> git.droids-corp.org - dpdk.git/blobdiff - devtools/check-maintainers.sh
pdump: fix error code check when creating/canceling pthread
[dpdk.git] / devtools / check-maintainers.sh
index 69c879a8246f2798f3089200964bf2c2f2c7e20d..ac5326b8bc0ecfb73ef4b610be2782e27c5b9c75 100755 (executable)
@@ -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> ...]
 {