rpm-build/scripts/pam.req.files

6 lines
146 B
Plaintext
Raw Normal View History

2007-03-09 17:52:09 +03:00
#!/bin/sh -efu
while IFS=$'\t' read -r f t; do
[ -z "${t##*ASCII *text*}" -a -z "${f%%${RPM_BUILD_ROOT-}/etc/pam.d/*}" ] &&
echo "$f" ||:
done