From de549091eebecced2be6265704d47557697d15ce Mon Sep 17 00:00:00 2001 From: "Rick Farina (Zero_Chaos)" Date: Tue, 8 Dec 2020 11:43:19 -0500 Subject: [PATCH] bug-461824.sh: minor update to catch more issues --- scripts/bug-461824.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bug-461824.sh b/scripts/bug-461824.sh index ed0c0601c..b023a0c0e 100755 --- a/scripts/bug-461824.sh +++ b/scripts/bug-461824.sh @@ -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