Commit b4329629 authored by Vitaly Lipatov's avatar Vitaly Lipatov

check_reqs.sh: add --detail

parent 5fe57387
#!/bin/sh
if [ "$1" = "--detail" ] ; then
for i in bin/* share/eterbuild/functions/* ; do
echo
echo "==== $i:"
/usr/lib/rpm/shell.req $i
done
exit 0
fi
/usr/lib/rpm/shell.req bin/* share/eterbuild/functions/* | sort -u | tee ./check_et.log
git diff ./check_et.log
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment