]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
contributors.sh: actually use $CURLWWW instead of just setting it.
authorFrank Gevaerts <frank@gevaerts.be>
Fri, 9 Dec 2022 15:42:21 +0000 (16:42 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 9 Dec 2022 15:50:23 +0000 (16:50 +0100)
The script was all set up for flexibility where curl-www is elsewhere in
the filesystem, but then hard-coded ../curl-www anyway...

Closes #10064

scripts/contributors.sh

index caa6ad80dc46e69facf0de82ec090da6faf06f28..bb0745709795f3844dab8c45463285274bfebc26 100755 (executable)
@@ -60,7 +60,7 @@ fi
   git log --pretty=full --use-mailmap $start..HEAD
   if [ -d "$CURLWWW" ]
   then
-   git -C ../curl-www log --pretty=full --use-mailmap $start..HEAD
+   git -C "$CURLWWW" log --pretty=full --use-mailmap $start..HEAD
   fi
  ) | \
 grep -Eai '(^Author|^Commit|by):' | \