use gawk replace with awk

This commit is contained in:
aborn 2023-08-22 10:25:48 +08:00
parent 47d8f57a7b
commit b2f4bb649a
1 changed files with 1 additions and 1 deletions

View File

@ -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;