1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-12-02 09:43:30 +00:00

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

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"