summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/filter-build-logs1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/filter-build-logs b/bin/filter-build-logs
index ac4f940..c139f9b 100755
--- a/bin/filter-build-logs
+++ b/bin/filter-build-logs
@@ -29,6 +29,7 @@
s/^./\0 /
' | \
sort -u | \
+ sort -k2,2 -k3,3 -k1,1 -k4 | \
while read -r a b c d; do
c="${c%:}"
if [ "${c}" = 'E' ]; then