mirror of
https://github.com/curl/curl.git
synced 2026-08-05 12:56:16 +03:00
contributors.sh: actually use $CURLWWW instead of just setting it.
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
This commit is contained in:
parent
f0b374f662
commit
99f72c01c2
1 changed files with 1 additions and 1 deletions
|
|
@ -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):' | \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue