diff options
author | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2019-08-15 15:28:46 +0000 |
---|---|---|
committer | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2019-08-15 15:28:46 +0000 |
commit | ea681e31a04f450c448674d39f96e08a558e4f58 (patch) | |
tree | 86f6fe433feeeb84b7788e1b881e5061bda3b904 /kiss | |
parent | f09682ad4202a0ba34c1533289c51600122a6d0d (diff) | |
download | cpt-ea681e31a04f450c448674d39f96e08a558e4f58.tar.gz |
kiss: clean up
FossilOrigin-Name: a5bc37359a45998e32fa276d6ca96d1356a5a583336bf356b948d9adaff91dc8
Diffstat (limited to 'kiss')
-rwxr-xr-x | kiss | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -401,7 +401,7 @@ pkg_build() { # Install any pre-built dependencies if they exist in the binary # directory and are up to date. for pkg; do - # Don't check for pre-built package if it was passed to KISS + # Don't check for a pre-built package if it was passed to KISS # directly. case $explicit_packages in *" $pkg "*) @@ -863,7 +863,7 @@ pkg_clean() { rm -rf -- "$mak_dir" "$pkg_dir" "$tar_dir" # Remove temporary files. - (set +f; rm -f "$cac_dir/c-"* "$cac_dir/m-"* "$cac_dir/rm") + set +f; rm -f "$cac_dir/c-"* "$cac_dir/m-"* } args() { |