X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=devtools%2Fcheck-maintainers.sh;fp=devtools%2Fcheck-maintainers.sh;h=ac5326b8bc0ecfb73ef4b610be2782e27c5b9c75;hb=f239aed5e674965691846e8ce3f187dd47523689;hp=69c879a8246f2798f3089200964bf2c2f2c7e20d;hpb=bf7567fd2a5b0b28ab724046143c24561d38d015;p=deb_dpdk.git 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 () # [ ...] {