summaryrefslogtreecommitdiff
path: root/bin/get-package-updates
diff options
context:
space:
mode:
Diffstat (limited to 'bin/get-package-updates')
-rwxr-xr-xbin/get-package-updates3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/get-package-updates b/bin/get-package-updates
index 90d6b8f..9d5a4c4 100755
--- a/bin/get-package-updates
+++ b/bin/get-package-updates
@@ -237,8 +237,7 @@ while [ -n "${black_listed_new}" ]; do
black_listed_new="$(
echo "${black_listed_new}" | \
while read -r bl_package; do
- grep -xF "${bl_package}" "${work_dir}/package-infos/"*.depends | \
- cut -d: -f1 | \
+ grep -lxF "${bl_package}" "${work_dir}/package-infos/"*.depends | \
sed '
s|^.*/||
s|\(\.[^.]\+\)\{3\}$||