From a18715da58349b425409db570a9d7dd2ee2b7faa Mon Sep 17 00:00:00 2001 From: "dylan.araps@gmail.com" Date: Wed, 11 Sep 2019 08:45:37 +0000 Subject: kiss: clean up FossilOrigin-Name: 0f7d30ddd04ba872e994f29218337e795e7bc578ca9478d74197839e8057db56 --- kiss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kiss b/kiss index f64a448..1bfeaed 100755 --- a/kiss +++ b/kiss @@ -472,7 +472,7 @@ pkg_build() { # Install only dependencies of passed packages. # Skip this check if this is a package update. case $explicit_packages in - *" $pkg "*) [ "$pkg_update" ] || continue ;; + *" $pkg "*) [ "$pkg_update" ] || continue esac log "[$pkg] Needed as a dependency or has an update, installing" @@ -694,7 +694,7 @@ pkg_install() { while read -r file; do # Skip deleting some leftover files. case $file in - /etc/*|*bin/rm|*bin/busybox|*bin/rsync) continue ;; + /etc/*|*bin/rm|*bin/busybox|*bin/rsync) continue esac file=$KISS_ROOT/$file -- cgit v1.2.3