summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 a254c7b..9387ef2 100755
--- a/bin/get-package-updates
+++ b/bin/get-package-updates
@@ -529,7 +529,7 @@ echo 'apply blacklisting'
sponge "${tmp_dir}/black-listed"
deletion_list_count=$(
- wc -l < \
+ grep -cv '^i486\s' < \
"${tmp_dir}/black-listed"
)
if [ "${deletion_list_count}" -gt 2000 ]; then