pkgconfig.req.files: don't warn on symbolic links
This commit is contained in:
parent
3309458461
commit
9b744d4512
@ -8,6 +8,7 @@ while IFS=$'\t' read -r f t; do
|
||||
esac
|
||||
case "$t" in
|
||||
*" text"*) echo "$f" ;;
|
||||
*"symbolic link to "*) ;;
|
||||
*) echo "${0##*/}: $f: $t" >&2 ;;
|
||||
esac
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user