rpm-build/scripts/static.req.files
2007-03-11 15:00:35 +03:00

6 lines
129 B
Bash
Executable File

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