cat authorsfiles during check
This commit is contained in:
parent
83b426f5fd
commit
c3e952befa
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue