From 7f7a395d67c99beca7f85d0b14bcb17f7bc872a2 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 {