From 4337e1fdce7e5bff0e1448fa6f062169d59591e8 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 3 Oct 2020 08:48:36 +0300 Subject: [PATCH] kiss: order arguments during updates again --- kiss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/kiss b/kiss index e464df3..2b0cbcb 100755 --- a/kiss +++ b/kiss @@ -1333,7 +1333,11 @@ sys_update() { } pkg_update=1 - pkg_build "$@" + pkg_order "$@" + + # Intentional, globbing disabled. + # shellcheck disable=2086 + pkg_build $order } pkg_clean() {