diff --git a/bin/update-authors.sh b/bin/update-authors.sh index c7744a5..08da57b 100755 --- a/bin/update-authors.sh +++ b/bin/update-authors.sh @@ -10,6 +10,7 @@ while (<>) { next if //; next if //; next if //; + next if //; $seen{$_} = push @authors, "- ", $_; } END {