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