cat authorsfiles during check

This commit is contained in:
Patrick Kanzler 2017-06-19 11:13:39 +00:00
parent 83b426f5fd
commit c3e952befa
No known key found for this signature in database
GPG Key ID: F07F07153306FCEF
1 changed files with 5 additions and 0 deletions

View File

@ -7,6 +7,11 @@ TEMPAUTHORSFILE="/tmp/python-escpos-authorsfile"
if [ "$#" -eq 1 ]
then
echo "$GENLIST">$TEMPAUTHORSFILE
echo "\nAuthorsfile in version control:\n"
cat $AUTHORSFILE
echo "\nNew authorsfile:\n"
cat $TEMPAUTHORSFILE
echo "\nUsing diff on files...\n"
diff -q --from-file $AUTHORSFILE $TEMPAUTHORSFILE
else
echo "$GENLIST">$AUTHORSFILE