From: Zbigniew Jędrzejewski-Szmek Date: Sun, 2 Oct 2016 12:52:52 +0000 (+0200) Subject: build-sys: use non-breaking spaces in contributor list X-Git-Tag: v232~160^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F4273%2Fhead;p=thirdparty%2Fsystemd.git build-sys: use non-breaking spaces in contributor list I think it's easier to read peoples' names with this change. --- diff --git a/Makefile.am b/Makefile.am index 9185bae7b79..f7ae9ff7aa8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6556,7 +6556,7 @@ print-%: @echo $($*) git-contrib: - @git shortlog -s `git describe --abbrev=0`.. | cut -c8- | awk '{ print $$0 "," }' | sort -u + @git shortlog -s `git describe --abbrev=0`.. | cut -c8- | sed 's/ / /g' | awk '{ print $$0 "," }' | sort -u EXTRA_DIST += \ tools/gdb-sd_dump_hashmaps.py