summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiterPUNK <piterpunk@slackware.com>2021-04-20 17:18:15 -0500
committerRobby Workman <rworkman@slackware.com>2021-04-20 17:18:15 -0500
commit065f4fd00f76c3b33d67be374a81753ed5ce4911 (patch)
tree7f2d33d80d851bb7d583fb737e592ee4db7d45e8
parent30bcb5e7296b530ce075b02833e3d2c8aba9e25b (diff)
downloadslackpkg-065f4fd00f76c3b33d67be374a81753ed5ce4911.tar.xz
core-functions.sh: Fix package duplicate bug
-rw-r--r--files/core-functions.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/core-functions.sh b/files/core-functions.sh
index 2e89f45..2dc7f05 100644
--- a/files/core-functions.sh
+++ b/files/core-functions.sh
@@ -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