summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/mk-release.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mk-release.sh b/scripts/mk-release.sh
index 01d012a..2c715c4 100755
--- a/scripts/mk-release.sh
+++ b/scripts/mk-release.sh
@@ -114,7 +114,7 @@ print_author_stats() {
printf( " %4d %s\n", nb[author], author );
}
}' \
- |sort -rn
+ |sort -s -k1nr -k2
}
print_author_shortlog() {