diff --git a/git/git-user-stats.sh b/git/git-user-stats.sh index 5d6e879..b776d4b 100755 --- a/git/git-user-stats.sh +++ b/git/git-user-stats.sh @@ -9,7 +9,7 @@ git log "${git_log_opts[@]}" --format='author: %ae' --numstat \ | tr '[A-Z]' '[a-z]' \ | grep -v '^$' \ | grep -v '^-' \ - | awk ' + | gawk ' { if ($1 == "author:") { author = $2;