diff --git a/scripts/contributors.sh b/scripts/contributors.sh index caa6ad80dc..bb07457097 100755 --- a/scripts/contributors.sh +++ b/scripts/contributors.sh @@ -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):' | \