commit 6458f56c709508b0779ebc53e6b651939a0ea03f
parent 1ac92f16246a308b2146b23e717d0a777b9a5058
Author: Dylan Araps <dylan.araps@gmail.com>
Date: Wed, 11 Sep 2019 11:45:37 +0300
kiss: clean up
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git 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