diff options
author | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2020-02-05 09:30:29 +0000 |
---|---|---|
committer | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2020-02-05 09:30:29 +0000 |
commit | c4980f8145e270680f31f9a4f69b15148220c2f5 (patch) | |
tree | 22b4ac3645a552eb5c4812d17ef7f7034e252dff | |
parent | b36a8775e5e0ccbc51269bacf22a51c8c54c01f8 (diff) | |
download | cpt-c4980f8145e270680f31f9a4f69b15148220c2f5.tar.gz |
kiss: clean up
FossilOrigin-Name: 8f271022bfbfd9a553cd8e028d28fd77ec7bedba78ed205941ceed1f415cf952
-rwxr-xr-x | kiss | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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 ||: ) |