index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | lib/common-functions | 2 |
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' > \ |