make gen authors more robust
This commit is contained in:
parent
ee6eef6db3
commit
323db98318
1
.mailmap
1
.mailmap
|
@ -13,3 +13,4 @@ csoft2k <csoft2k@hotmail.com>
|
||||||
Sergio Pulgarin <sergio.pulgarin@gmail.com>
|
Sergio Pulgarin <sergio.pulgarin@gmail.com>
|
||||||
reck31 <rakesh.gunduka@gmail.com>
|
reck31 <rakesh.gunduka@gmail.com>
|
||||||
Alex Debiasio <alex.debiasio@thinkin.io> <alex.debiasio@studenti.unitn.it>
|
Alex Debiasio <alex.debiasio@thinkin.io> <alex.debiasio@studenti.unitn.it>
|
||||||
|
Maximilian Wagenbach <maximilian.wagenbach@native-instruments.de> <maximilian.wagenbach@native-instruments.de>
|
||||||
|
|
|
@ -12,7 +12,7 @@ if [ "$#" -eq 1 ]
|
||||||
echo "\nNew authorsfile:\n"
|
echo "\nNew authorsfile:\n"
|
||||||
cat $TEMPAUTHORSFILE
|
cat $TEMPAUTHORSFILE
|
||||||
echo "\nUsing diff on files...\n"
|
echo "\nUsing diff on files...\n"
|
||||||
diff -q --from-file $AUTHORSFILE $TEMPAUTHORSFILE
|
diff --suppress-common-lines -b --from-file $AUTHORSFILE $TEMPAUTHORSFILE
|
||||||
else
|
else
|
||||||
echo "$GENLIST">$AUTHORSFILE
|
echo "$GENLIST">$AUTHORSFILE
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue