From 512622faf777be829747d8ec40b8d4fb40f984ce Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Mon, 21 Mar 2016 23:34:32 -0700 Subject: [PATCH] AUTHORS.md: exclude duplicate author --- bin/update-authors.sh | 1 + 1 file changed, 1 insertion(+) 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 {