mirror of
https://github.com/systemd/systemd.git
synced 2025-02-08 09:57:41 +03:00
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:
parent
4a77c53d64
commit
1ef11fb628
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user