From: Thomas Monjalon Date: Sat, 15 Jul 2017 09:49:48 +0000 (+0200) Subject: devtools: speed up maintainers check X-Git-Tag: spdx-start~2259 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=7605d9b8f77b0d4ef456037665d29e75d84187f0;p=dpdk.git devtools: speed up maintainers check There is a huge speed improvement when forcing Unicode to be disabled in this script. In my test, it is improved from 13s to 6s. Signed-off-by: Thomas Monjalon --- 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 () # [ ...] {