From 09a618bd773e8223e7e4ee99681f23e90e5005ee Mon Sep 17 00:00:00 2001 From: "Rick Farina (Zero_Chaos)" Date: Tue, 14 Jun 2016 16:50:15 -0400 Subject: [PATCH] scripts: qfile removed -f, how kind of them --- 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 aa1d401ae..e9151291a 100755 --- a/scripts/bug-461824.sh +++ b/scripts/bug-461824.sh @@ -19,7 +19,7 @@ if [ -n "$(cat /tmp/urfuct.txt)" ]; then for badhit in $(cat /tmp/urfuct.txt) ; do echo ${badhit} | cut -d":" -f1 >> /tmp/badfiles.txt done - qfile -S -C -f /tmp/badfiles.txt | cut -d' ' -f1 >> /tmp/badpkg_us.txt + xargs -a /tmp/badfiles.txt qfile -S -C | cut -d' ' -f1 >> /tmp/badpkg_us.txt cat /tmp/badpkg_us.txt | sort -u > /tmp/badpkg.txt cat /tmp/badpkg.txt | grep -v portage > /tmp/badpkg.txt if [ -n "$(cat /tmp/badpkg.txt)" ]; then