From: Lennart Poettering Date: Mon, 3 Jul 2017 09:22:38 +0000 (+0200) Subject: git-contrib: drop weird non-breaking spaces X-Git-Tag: v234~44^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7c34a0a306ae6d856520184dfa91e94612dec9b1;p=thirdparty%2Fsystemd.git 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. --- diff --git a/tools/meson-git-contrib.sh b/tools/meson-git-contrib.sh index 1c614ef511e..c543b3a5fa9 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