mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-10 01:17:44 +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 $($*)
|
||||
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user