summaryrefslogtreecommitdiff
path: root/tools/meson-git-contrib.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/meson-git-contrib.sh')
-rwxr-xr-xtools/meson-git-contrib.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/meson-git-contrib.sh b/tools/meson-git-contrib.sh
index ac031638e0..1c614ef511 100755
--- a/tools/meson-git-contrib.sh
+++ b/tools/meson-git-contrib.sh
@@ -1,7 +1,7 @@
#!/bin/sh -eu
git shortlog -s `git describe --abbrev=0`.. | \
- cut -c8- | \
- sed 's/ / /g' | \
- awk '{ print $$0 "," }' | \
- sort -u
+ cut -c8- | \
+ sed 's/ / /g' | \
+ awk '{ print $$0 "," }' | \
+ sort -u