summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2017-07-03 11:22:38 +0200
committerLennart Poettering <lennart@poettering.net>2017-07-03 11:22:38 +0200
commit7c34a0a306ae6d856520184dfa91e94612dec9b1 (patch)
treeca57c382e011e8f3f8ba36d9ea56ba471b82e2d9 /tools
parentdb8e1324b866d88ef8a9b76c1c61e1ccae926eff (diff)
downloadsystemd-7c34a0a306ae6d856520184dfa91e94612dec9b1.tar.gz
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-xtools/meson-git-contrib.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/meson-git-contrib.sh b/tools/meson-git-contrib.sh
index 1c614ef511..c543b3a5fa 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