]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
git-contrib: drop weird non-breaking spaces 6271/head
authorLennart Poettering <lennart@poettering.net>
Mon, 3 Jul 2017 09:22:38 +0000 (11:22 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 3 Jul 2017 09:22:38 +0000 (11:22 +0200)
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.

tools/meson-git-contrib.sh

index 1c614ef511e228434aea188729d71b7bf2f421b4..c543b3a5fa940a4cc1ec6297c1d55d6dcdb76995 100755 (executable)
@@ -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