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