]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
build-sys: use non-breaking spaces in contributor list 4273/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sun, 2 Oct 2016 12:52:52 +0000 (14:52 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 3 Oct 2016 11:36:59 +0000 (07:36 -0400)
I think it's easier to read peoples' names with this change.

Makefile.am

index 9185bae7b7901ea12daa383ff2a8be322619b6d4..f7ae9ff7aa8d7e2919d14dc83e9b3484844852ea 100644 (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