]> git.donarmstrong.com Git - lilypond.git/commitdiff
make-countdown-script.sh: comm command requires sorted input.
authorMark Polesky <markpolesky@yahoo.com>
Mon, 23 Jun 2014 10:07:21 +0000 (03:07 -0700)
committerMark Polesky <markpolesky@yahoo.com>
Fri, 27 Jun 2014 02:27:22 +0000 (19:27 -0700)
scripts/auxiliar/make-countdown-announcement.sh

index 757f5de6f62a5957617b400243b324a683f62926..fe1747f731397c68172f5419e5ea278c9d30c9a7 100755 (executable)
@@ -173,7 +173,7 @@ KNOWN_EMAILS=`
 IFS=$'\n'
 for i in $MAILMAP; do
   echo "$i" | sed 's/^"\(.*\)",".*/\1/'
-done`
+done | sort --unique`
 UNKNOWN_EMAILS=`comm -23 <(echo "$EMAILS_USED") <(echo "$KNOWN_EMAILS")`