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 fc62541..446f977 100755
--- a/bin/get-package-updates
+++ b/bin/get-package-updates
@@ -179,7 +179,7 @@ echo 'Now actually sort it.'
) | \
sort -k4,4 -k1nr | \
uniq -f3 -D | \
- sed 'N;s|\n| |' | \
+ sed '/^0 /d;N;s|\n| |' | \
sort -k1n,1 | \
awk '{print $4 " " $6 " " $7}' > \
"${work_dir}/build-list.new.new"