mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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:
parent
9ed453245b
commit
f6e2146105
1 changed files with 1 additions and 1 deletions
|
|
@ -1052,7 +1052,7 @@ fetch_make_patchlist () {
|
|||
continue
|
||||
fi
|
||||
echo "${X}|${Y}"
|
||||
done | uniq
|
||||
done | sort -u
|
||||
}
|
||||
|
||||
# Print user-friendly progress statistics
|
||||
|
|
|
|||
Loading…
Reference in a new issue