aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xkiss6
1 files changed, 3 insertions, 3 deletions
diff --git a/kiss b/kiss
index 543d13f..45d54e2 100755
--- a/kiss
+++ b/kiss
@@ -1026,7 +1026,7 @@ pkg_install() {
case ${sum_old:-null}${sum_sys:-null}${sum_new} in
# old = Y, sys = X, new = Y
${sum_new}${sum_sys}${sum_old})
- log "Skipping $file."
+ log "Skipping $file"
continue
;;
@@ -1036,13 +1036,13 @@ pkg_install() {
${sum_old}${sum_old}${sum_old}|\
${sum_old:-null}${sum_sys}${sum_sys}|\
${sum_sys}${sum_old}*)
- log "Installing $file."
+ log "Installing $file"
new=
;;
# All other cases.
*)
- log "($pkg_name) WARN: saving /$file as /$file.new"
+ log WARN "($pkg_name) saving /$file as /$file.new"
new=.new
;;
esac