bug-461824.sh: minor update to catch more issues

This commit is contained in:
Rick Farina (Zero_Chaos) 2020-12-08 11:43:19 -05:00
parent 7fa7ed42fc
commit de549091ee
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC

View file

@ -5,7 +5,7 @@ rm -f /tmp/_portage_reinstall_.txt /tmp/badpkg_us.txt /tmp/badpkg.txt
for dir in /etc {/usr,}/{*bin,lib*};
do
grep -Fr '_portage_reinstall_' $dir | grep -Fv 'doebuild' >> /tmp/_portage_reinstall_.txt &
grep -Far '_portage_reinstall_' $dir | grep -Fv 'doebuild' >> /tmp/_portage_reinstall_.txt &
WAITPIDS="$WAITPIDS "$!
done
wait $WAITPIDS