diff --git a/doc/generate_authors.sh b/doc/generate_authors.sh index bd770e7..aefcb6e 100755 --- a/doc/generate_authors.sh +++ b/doc/generate_authors.sh @@ -1,6 +1,6 @@ #!/bin/sh -GENLIST=$(git shortlog -s -n | cut -f2 | sort) +GENLIST=$(git shortlog -s -n | cut -f2 | sort -f) AUTHORSFILE="$(dirname $0)/../AUTHORS" TEMPAUTHORSFILE="/tmp/python-escpos-authorsfile"