summaryrefslogtreecommitdiff
path: root/scripts/contrithanks.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/contrithanks.sh')
-rwxr-xr-xscripts/contrithanks.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/contrithanks.sh b/scripts/contrithanks.sh
index 0d16a3b90..81e614f9a 100755
--- a/scripts/contrithanks.sh
+++ b/scripts/contrithanks.sh
@@ -64,7 +64,7 @@ sed -e 's/^ //' -e 's/ $//g' -e 's/@users.noreply.github.com$/ on github/'
# grep out the list of names from RELEASE-NOTES
# split on ", "
-# remove leading white spaces
+# remove leading whitespace
grep -a "^ [^ (]" RELEASE-NOTES| \
sed 's/, */\n/g'| \
sed 's/^ *//'