Commit e4e5363a authored by Michael Shigorin's avatar Michael Shigorin

groups: slightly better diags

The message could be confusing.
parent 0b251d07
......@@ -25,7 +25,7 @@ check-pkglists:
| sort -u \
| while read list; do \
if ! [ -f "../lists/$$list" ]; then \
echo "** Error: missing pkglist referenced in:"; \
echo "** Error: missing pkglist $$list referenced:"; \
grep -rl "=$$list$$" $$(find -name "*.directory"); \
fi >&2; \
done
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment