Meta/GRADUATED: fix typo that broke duplicate removal

This commit is contained in:
Junio C Hamano 2013-01-09 12:58:49 -08:00
parent 98b350d958
commit 80de4ed456

View File

@ -44,7 +44,7 @@ dothis () {
one_topic () {
topic="$1" tip="$2" date="$3"
case " $topics" in *" $topic "*) return ;; esac
topics="$topic$topic "
topics="$topics$topic "
mergeable=no ready=no label=