Merge remote-tracking branch 'upstream/development' into feature/check-barcodes

This commit is contained in:
Lucy Linder 2017-08-31 13:53:00 +02:00
commit 6f80fb8651

View File

@ -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"