pkgconfig.req.files: don't warn on symbolic links

This commit is contained in:
Alexey Tourbin 2007-09-29 14:29:07 +04:00
parent 3309458461
commit 9b744d4512

View File

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