mirror of
https://github.com/curl/curl.git
synced 2024-12-09 06:30:06 +08: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
@ -60,7 +60,7 @@ fi
|
|||||||
git log --pretty=full --use-mailmap $start..HEAD
|
git log --pretty=full --use-mailmap $start..HEAD
|
||||||
if [ -d "$CURLWWW" ]
|
if [ -d "$CURLWWW" ]
|
||||||
then
|
then
|
||||||
git -C ../curl-www log --pretty=full --use-mailmap $start..HEAD
|
git -C "$CURLWWW" log --pretty=full --use-mailmap $start..HEAD
|
||||||
fi
|
fi
|
||||||
) | \
|
) | \
|
||||||
grep -Eai '(^Author|^Commit|by):' | \
|
grep -Eai '(^Author|^Commit|by):' | \
|
||||||
|
Loading…
Reference in New Issue
Block a user