From 215334e9893cb75b1bbf9cafd6a0c582837a1196 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Fri, 13 Sep 2019 21:49:30 +0300 Subject: [PATCH] kiss: better comment --- kiss | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/kiss b/kiss index 5635513..69ed0be 100755 --- a/kiss +++ b/kiss @@ -349,9 +349,8 @@ pkg_build() { *) pkg_depends "$pkg" explicit - # Store the explicit packages so we can handle them differently - # below. Dependencies are automatically installed but packages - # passed to KISS aren't. + # Mark packages passed on the command-line + # separately from those detected as dependencies. explicit="$explicit $pkg " explicit_build="$explicit_build $pkg " ;;