summaryrefslogtreecommitdiff
path: root/hacking/authors.sh
diff options
context:
space:
mode:
Diffstat (limited to 'hacking/authors.sh')
-rwxr-xr-xhacking/authors.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/hacking/authors.sh b/hacking/authors.sh
index 7c97840b2f..528c3d8274 100755
--- a/hacking/authors.sh
+++ b/hacking/authors.sh
@@ -4,7 +4,7 @@ set -e
# Get a list of authors ordered by number of commits
# and remove the commit count column
-AUTHORS=$(git --no-pager shortlog -nse | cut -f 2- | sort -f)
+AUTHORS=$(git --no-pager shortlog -nse | cut -f 2- )
if [ -z "$AUTHORS" ] ; then
echo "Authors list was empty"
exit 1