From ed17fdfbab54a151a26cd9eeb859da1529794462 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 8 Feb 2020 20:43:28 +0200 Subject: [PATCH] docs: update --- kiss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/kiss b/kiss index 5f25436..30d158d 100755 --- a/kiss +++ b/kiss @@ -540,8 +540,7 @@ pkg_build() { log "$pkg" "Found pre-built binary, installing" (KISS_FORCE=1 args i "$bin_dir/$pkg#$version-$release.tar.gz") - # Remove the now installed package from the build - # list. No better way than using 'sed' in POSIX 'sh'. + # Remove the now installed package from the build list. # See [1] at top of script. # shellcheck disable=2046,2086 set -- $(pop "$pkg" "$@")