
4 Jul
2018
4 Jul
'18
3:11 a.m.
On Wed, 2018-07-04 at 08:50 +0200, Pavel Hrdina wrote:
On Wed, Jul 04, 2018 at 08:26:17AM +0200, Andrea Bolognani wrote:
gen-AUTHORS: $(AM_V_GEN)if test -d $(srcdir)/.git; then \ - out="`cd $(srcdir) && git log --pretty=format:'%aN <%aE>' | sort -u`" && \ + out="`cd $(srcdir) && git log --pretty=format:'%aN <%aE>'`" && \ + out="`echo "$$out" | sort -u | sed 's/^/ /g'`" && \
Instead of the 'sed' command you can put the indentation into the 'format':
format:' %aN <%aE>'
Good call! Fixed and pushed. -- Andrea Bolognani / Red Hat / Virtualization