From e852bd8b8fc2096d131dffa1216a96f47528467f Mon Sep 17 00:00:00 2001 From: "Peter D. Barnes, Jr." Date: Wed, 11 Dec 2013 11:57:48 -0800 Subject: [PATCH] Fix report count by module. --- doc/doxygen.warnings.report.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/doxygen.warnings.report.sh b/doc/doxygen.warnings.report.sh index 2ef945938..411bdad1a 100755 --- a/doc/doxygen.warnings.report.sh +++ b/doc/doxygen.warnings.report.sh @@ -211,12 +211,11 @@ undocmods=$( \ filter_log | \ cut -d ':' -f 1 | \ sed "s|$ROOT/||g" | \ - cut -d '/' -f 2-4 | \ + cut -d '/' -f 1-3 | \ sort | \ uniq -c | \ sort -nr \ ) - # Number of directories modcount=$( \