aboutsummaryrefslogtreecommitdiff
path: root/kiss
diff options
context:
space:
mode:
authordylan.araps@gmail.com <dylan.araps@gmail.com>2020-02-08 18:43:28 +0000
committerdylan.araps@gmail.com <dylan.araps@gmail.com>2020-02-08 18:43:28 +0000
commiteea3941455fc268ca72c2b8ae9b57a11651eb8c5 (patch)
tree43e36ae0514a3ff8fc587f97f2d9584fdf9aefd1 /kiss
parentc856391f0fce5dbc1e00b5c150dcd008ca86654b (diff)
downloadcpt-eea3941455fc268ca72c2b8ae9b57a11651eb8c5.tar.gz
docs: update
FossilOrigin-Name: 774d5d7843d42a56e0935da6b0f2c935a7b4c0dc2383c04a8083ab2af5bb5fdd
Diffstat (limited to 'kiss')
-rwxr-xr-xkiss3
1 files changed, 1 insertions, 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" "$@")