From 59fab2b8fc33a1378353f64d85217f37bd7093f2 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Wed, 21 Oct 2020 18:09:50 +0300 Subject: [PATCH] kiss: Fix issue with dependencies and end of build process. Related to #194 --- kiss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/kiss b/kiss index 9a35805..09ab880 100755 --- a/kiss +++ b/kiss @@ -799,6 +799,10 @@ pkg_build() { ) done + # Turn the explicit packages into a 'list'. + # shellcheck disable=2046,2086 + set -- $explicit + if [ "$pkg_update" ]; then return