1
0
mirror of https://codeberg.org/kiss-community/kiss synced 2024-07-02 14:02:26 +00:00

kiss: order arguments during updates again

This commit is contained in:
Dylan Araps 2020-10-03 08:48:36 +03:00
parent 9792496e1a
commit 4337e1fdce
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

6
kiss
View File

@ -1333,7 +1333,11 @@ sys_update() {
} }
pkg_update=1 pkg_update=1
pkg_build "$@" pkg_order "$@"
# Intentional, globbing disabled.
# shellcheck disable=2086
pkg_build $order
} }
pkg_clean() { pkg_clean() {