freebsd-update: do not duplicate patchlist entries

PR:		221079
Submitted by:	Masachika ISHIZUKA
Submitted by:	ota@j.email.ne.jp
Reviewed by:	cperciva
MFC after:	1 week
This commit is contained in:
Ed Maste 2017-11-22 01:50:23 +00:00
parent 9ed453245b
commit f6e2146105
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=326082

View File

@ -1052,7 +1052,7 @@ fetch_make_patchlist () {
continue
fi
echo "${X}|${Y}"
done | uniq
done | sort -u
}
# Print user-friendly progress statistics