mirror of
https://github.com/rworkman/slackpkg
synced 2024-12-25 21:58:42 +01:00
core-functions.sh: Fix package duplicate bug
This commit is contained in:
parent
30bcb5e729
commit
065f4fd00f
1 changed files with 1 additions and 1 deletions
|
@ -797,7 +797,7 @@ function makelist() {
|
||||||
rm -f $PKGNAMELIST
|
rm -f $PKGNAMELIST
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
LIST=$( printf "%s\n" $LIST | applyblacklist | uniq )
|
LIST=$( printf "%s\n" $LIST | applyblacklist | sort | uniq )
|
||||||
|
|
||||||
rm ${TMPDIR}/waiting
|
rm ${TMPDIR}/waiting
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue