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
1 changed files with 1 additions and 1 deletions

View File

@ -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