groups: slightly better diags
The message could be confusing.
This commit is contained in:
parent
0b251d0703
commit
e4e5363a2a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user