From 1e065ce97101b1b7d2f12a5675783e73d904189d Mon Sep 17 00:00:00 2001 From: "dylan.araps@gmail.com" Date: Fri, 13 Sep 2019 18:49:29 +0000 Subject: kiss: better comment FossilOrigin-Name: 48f4079168b4621ea7aac5537918f328b238db7bada52497f827e93b3ce959d1 --- kiss | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'kiss') 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 " ;; -- cgit v1.2.3