summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2016-10-02 14:52:52 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2016-10-03 07:36:59 -0400
commit1ef11fb628ed4e23bca5a2be1734e03f89bb678a (patch)
tree05ad4c1b2da33f1d90934a39f4b05b0cb71b153c
parent4a77c53d64b91f8e622df7c7dec1579278f1e1ce (diff)
build-sys: use non-breaking spaces in contributor list
I think it's easier to read peoples' names with this change.
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 9185bae7b7..f7ae9ff7aa 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