From c4980f8145e270680f31f9a4f69b15148220c2f5 Mon Sep 17 00:00:00 2001 From: "dylan.araps@gmail.com" Date: Wed, 5 Feb 2020 09:30:29 +0000 Subject: kiss: clean up FossilOrigin-Name: 8f271022bfbfd9a553cd8e028d28fd77ec7bedba78ed205941ceed1f415cf952 --- kiss | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'kiss') diff --git a/kiss b/kiss index e490341..7fc7545 100755 --- a/kiss +++ b/kiss @@ -956,7 +956,7 @@ pkg_install() { # old = X, sys = X, new = Y ${sum_old}${sum_old}${sum_old}|\ ${sum_old:-null}${sum_sys}${sum_sys}|\ - ${sum_sys}${sum_old}*) ;; + ${sum_sys}${sum_old}*) new= ;; # All other cases. *) log "$pkg_name" "WARN: saving $file as $file.new" @@ -965,8 +965,6 @@ pkg_install() { cp -af "$file" "$KISS_ROOT/${file}${new}" chown root:root "$KISS_ROOT/${file}${new}" - - new= done ||: ) -- cgit v1.2.3