summaryrefslogtreecommitdiff
path: root/lib/common-functions
diff options
context:
space:
mode:
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' > \