diff options
author | Lennart Poettering <lennart@poettering.net> | 2017-07-03 11:22:38 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2017-07-03 11:22:38 +0200 |
commit | 7c34a0a306ae6d856520184dfa91e94612dec9b1 (patch) | |
tree | ca57c382e011e8f3f8ba36d9ea56ba471b82e2d9 /tools | |
parent | resolved: downgrade log messages about switching DNS servers (diff) | |
download | systemd-7c34a0a306ae6d856520184dfa91e94612dec9b1.tar.gz systemd-7c34a0a306ae6d856520184dfa91e94612dec9b1.tar.bz2 systemd-7c34a0a306ae6d856520184dfa91e94612dec9b1.zip |
git-contrib: drop weird non-breaking spaces
For some reason git shortlog spits out non-breaking spaces, let's remove
that, as for our purposes (inclusion in NEWS) we really want breaking
(i.e. normal) spaces.
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/meson-git-contrib.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/meson-git-contrib.sh b/tools/meson-git-contrib.sh index 1c614ef51..c543b3a5f 100755 --- a/tools/meson-git-contrib.sh +++ b/tools/meson-git-contrib.sh @@ -4,4 +4,5 @@ git shortlog -s `git describe --abbrev=0`.. | \ cut -c8- | \ sed 's/ / /g' | \ awk '{ print $$0 "," }' | \ + sed -e 's/ / /g' | \ sort -u |