Commit 1febfba1 authored by Vitaly Lipatov's avatar Vitaly Lipatov

check_reqs.sh: add --detail

parent c25c457b
#!/bin/sh
if [ "$1" = "--detail" ] ; then
for i in bin/epm-* ; do
echo
echo "==== $i:"
/usr/lib/rpm/shell.req $i
done
exit 0
fi
/usr/lib/rpm/shell.req bin/epm-* | sort -u | tee ./check_eepm.log
git diff ./check_eepm.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