groups: slightly better diags

The message could be confusing.
This commit is contained in:
Michael Shigorin 2018-03-02 14:37:11 +03:00
parent 0b251d0703
commit e4e5363a2a

View File

@ -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