contrithanks: honor CURLWWW variable

Reviewed-by: Daniel Stenberg
Closes #13315
This commit is contained in:
Viktor Szakats 2024-04-08 09:47:20 +00:00
parent fa69b41c77
commit 5adbf72b79
No known key found for this signature in database
GPG Key ID: B5ABD165E2AEF201

View File

@ -49,7 +49,7 @@ cat ./docs/THANKS
{
git log --use-mailmap "$start..HEAD"
if [ -d "$CURLWWW" ]; then
git -C ../curl-www log --use-mailmap "$start..HEAD"
git -C "$CURLWWW" log --use-mailmap "$start..HEAD"
fi
} | \
grep -Eai '(^Author|^Commit|by):' | \