aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xkiss4
1 files 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