diff options
author | Daniel Stenberg <daniel@haxx.se> | 2016-05-23 08:50:53 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-05-23 08:50:53 +0200 |
commit | ed62ec59b68101a6af169fc5dc66d9e8f86b3e91 (patch) | |
tree | 4f6550f58c189de05917014cf1a8e3ca62970928 /scripts | |
parent | 1577bfa35ba3bc7815992f3de947a6afb844daf1 (diff) | |
download | curl-ed62ec59b68101a6af169fc5dc66d9e8f86b3e91.tar.gz |
contrithanks.sh: do the same github fix as contributors.sh
from 1577bfa35ba
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/contrithanks.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/contrithanks.sh b/scripts/contrithanks.sh index c82431662..71239a14f 100755 --- a/scripts/contrithanks.sh +++ b/scripts/contrithanks.sh @@ -6,7 +6,7 @@ # | (__| |_| | _ <| |___ # \___|\___/|_| \_\_____| # -# Copyright (C) 2013-2015, Daniel Stenberg, <daniel@haxx.se>, et al. +# Copyright (C) 2013-2016, Daniel Stenberg, <daniel@haxx.se>, et al. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms @@ -41,7 +41,7 @@ cut -d: -f2- | \ cut '-d<' -f1 | \ tr , '\012' | \ sed 's/ and /\n/' | \ -sed -e 's/^ //' -e 's/ $//g' +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 ", " @@ -54,4 +54,4 @@ sed 's/^ *//' sed -f ./docs/THANKS-filter | \ grep ' ' | \ sort -fu | \ -grep -xvf ./docs/THANKS +grep -xvf ./docs/THANKS |