mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
bug-461824.sh: minor update to catch more issues
This commit is contained in:
parent
7fa7ed42fc
commit
de549091ee
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue