From a73e32265b54f7c9fe0c444e24493aea538b34b9 Mon Sep 17 00:00:00 2001 From: "dylan.araps@gmail.com" Date: Sat, 14 Sep 2019 07:23:57 +0000 Subject: kiss: clean up FossilOrigin-Name: 6e692df075bf2d697a2f7ce8c120cf7d5d6771dce3f729de20899b81cc3b7556 --- kiss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'kiss') diff --git a/kiss b/kiss index ddd57d9..8bf9881 100755 --- a/kiss +++ b/kiss @@ -181,8 +181,7 @@ pkg_depends() { # Recurse through the dependencies of the child # packages. Keep doing this. while read -r dep _; do - [ "${dep##\#*}" ] || continue - pkg_depends "$dep" ||: + [ "${dep##\#*}" ] && pkg_depends "$dep" done 2>/dev/null < "$(pkg_find "$1")/depends" ||: # After child dependencies are added to the list, -- cgit v1.2.3