diff --git a/rtc_tools/author_line_count.sh b/rtc_tools/author_line_count.sh index f99b3c0f57..1e463e4723 100755 --- a/rtc_tools/author_line_count.sh +++ b/rtc_tools/author_line_count.sh @@ -11,7 +11,7 @@ # This script counts net line count contributions by author. Besides # amusement, the value of these stats are of course questionable. -git log "$@" --pretty=format:%ae --shortstat \ +git log --pretty=format:%ae --shortstat "$@" \ | sed '/^ /s/,/\n/g' \ | gawk ' /^[^ ]/ {