From 5adbf72b794e8ce50bcf32aa7531cd832e9e85ec Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 8 Apr 2024 09:47:20 +0000 Subject: [PATCH] contrithanks: honor `CURLWWW` variable Reviewed-by: Daniel Stenberg Closes #13315 --- scripts/contrithanks.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/contrithanks.sh b/scripts/contrithanks.sh index 49f4ddcb52..f60961762c 100755 --- a/scripts/contrithanks.sh +++ b/scripts/contrithanks.sh @@ -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):' | \ -- 2.47.3