X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=devtools%2Fcheck-maintainers.sh;h=ac5326b8bc0ecfb73ef4b610be2782e27c5b9c75;hb=9bc2cbb007c0a3335c5582357ae9f6d37ea0b654;hp=69c879a8246f2798f3089200964bf2c2f2c7e20d;hpb=9a98f50e890b876fb6664bff36783f1afc273312;p=dpdk.git diff --git a/devtools/check-maintainers.sh b/devtools/check-maintainers.sh index 69c879a824..ac5326b8bc 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 () # [ ...] {