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
1 changed files with 5 additions and 1 deletions

6
kiss
View File

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