build-sys: use non-breaking spaces in contributor list

I think it's easier to read peoples' names with this change.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2016-10-02 14:52:52 +02:00
parent 4a77c53d64
commit 1ef11fb628

View file

@ -6556,7 +6556,7 @@ print-%:
@echo $($*) @echo $($*)
git-contrib: 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 += \ EXTRA_DIST += \
tools/gdb-sd_dump_hashmaps.py tools/gdb-sd_dump_hashmaps.py