Compare commits
2 Commits
01a4b942f8
...
eec380340f
Author | SHA1 | Date | |
---|---|---|---|
eec380340f | |||
6c92c875b5 |
@ -124,7 +124,7 @@ declare -A filecount
|
||||
|
||||
for section in "news" "events"; do
|
||||
for tag in $(ls "${tagmaps}"); do
|
||||
filecount["${tag}:${section}"]=$(grep "^${section}/" "${tagmaps}/${tag}" | wc --lines || true)
|
||||
filecount["${tag}:${section}"]=$(grep "^fsfe.org/${section}/" "${tagmaps}/${tag}" | wc --lines || true)
|
||||
done
|
||||
done
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user