rpm-build/scripts/static.req.files

6 lines
129 B
Plaintext
Raw Normal View History

2007-03-07 12:36:29 +03:00
#!/bin/sh -efu
while IFS=$'\t' read -r f t; do
[ -z "${f##*.a}" ] && [ -z "${t#*current ar archive*}" ] &&
echo "$f" ||:
done