Fix report count by module.

This commit is contained in:
Peter D. Barnes, Jr.
2013-12-11 11:57:48 -08:00
parent e06d00b0ec
commit e852bd8b8f

View File

@@ -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=$( \