1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-08-24 09:03:34 +00:00

make gen authors more robust

This commit is contained in:
Patrick Kanzler
2020-05-26 20:43:24 +02:00
parent ee6eef6db3
commit 323db98318
2 changed files with 2 additions and 1 deletions

View File

@@ -12,7 +12,7 @@ if [ "$#" -eq 1 ]
echo "\nNew authorsfile:\n"
cat $TEMPAUTHORSFILE
echo "\nUsing diff on files...\n"
diff -q --from-file $AUTHORSFILE $TEMPAUTHORSFILE
diff --suppress-common-lines -b --from-file $AUTHORSFILE $TEMPAUTHORSFILE
else
echo "$GENLIST">$AUTHORSFILE
fi