summaryrefslogtreecommitdiff
path: root/lib/common-functions
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-06-18 13:51:55 +0200
committerErich Eckner <git@eckner.net>2019-06-18 13:51:55 +0200
commitf053b573a68b7b0a9ac3afd489b3f08cdf8c7b65 (patch)
treea198d400d9677a107de032c35e1afd860c28d70a /lib/common-functions
parent320ba470109f88a2097f8270e9f8c6f321f3af80 (diff)
downloadbuilder-f053b573a68b7b0a9ac3afd489b3f08cdf8c7b65.tar.xz
lib/common-functions: count how many packages are being blocked, not _by_ how many packages we are being blocked
Diffstat (limited to 'lib/common-functions')
-rwxr-xr-xlib/common-functions2
1 files changed, 1 insertions, 1 deletions
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' > \