diff options
author | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2020-02-08 18:43:28 +0000 |
---|---|---|
committer | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2020-02-08 18:43:28 +0000 |
commit | eea3941455fc268ca72c2b8ae9b57a11651eb8c5 (patch) | |
tree | 43e36ae0514a3ff8fc587f97f2d9584fdf9aefd1 | |
parent | c856391f0fce5dbc1e00b5c150dcd008ca86654b (diff) | |
download | cpt-eea3941455fc268ca72c2b8ae9b57a11651eb8c5.tar.gz |
docs: update
FossilOrigin-Name: 774d5d7843d42a56e0935da6b0f2c935a7b4c0dc2383c04a8083ab2af5bb5fdd
-rwxr-xr-x | kiss | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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" "$@") |