From c20da57d2f03cbe2b03e2c39ac38f395bf530221 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 28 Sep 2017 12:33:24 +0200 Subject: bin/get-package-updates: bugfix in blacklisting --- bin/get-package-updates | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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' ] || \ -- cgit v1.2.3-54-g00ecf