From f053b573a68b7b0a9ac3afd489b3f08cdf8c7b65 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 18 Jun 2019 13:51:55 +0200 Subject: lib/common-functions: count how many packages are being blocked, not _by_ how many packages we are being blocked --- lib/common-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/common-functions') diff --git a/lib/common-functions b/lib/common-functions index 5dd1c0d..442526a 100755 --- a/lib/common-functions +++ b/lib/common-functions @@ -1017,7 +1017,7 @@ update_blocked_packages_count() { sort -k1,1 | \ sponge "${temp_dir}/links.new" done - cut -d' ' -f1 "${temp_dir}/links.1" | \ + cut -d' ' -f2 "${temp_dir}/links.2" | \ uniq -c | \ sed 's/^\s\+//' | \ tr ' ' '\t' > \ -- cgit v1.2.3-54-g00ecf