summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-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 6bddbea..fbb4446 100755
--- a/bin/get-package-updates
+++ b/bin/get-package-updates
@@ -341,7 +341,7 @@ while [ -n "${black_listed_new}" ]; do
sort | \
uniq -d | \
awk '{print $2}' | \
- sort -k2,2 | \
+ sort -k1,1 | \
join -1 1 -2 2 -o 2.1 - "${work_dir}/newest-dependencies" | \
while read -r pkg; do
if [ "${pkg}" = 'dev86' ] || \