core-functions.sh: Fix package duplicate bug

This commit is contained in:
PiterPUNK 2021-04-20 17:18:15 -05:00 committed by Robby Workman
parent 30bcb5e729
commit 065f4fd00f

View file

@ -797,7 +797,7 @@ function makelist() {
rm -f $PKGNAMELIST
;;
esac
LIST=$( printf "%s\n" $LIST | applyblacklist | uniq )
LIST=$( printf "%s\n" $LIST | applyblacklist | sort | uniq )
rm ${TMPDIR}/waiting