From d88c7c3f97baa5abbb5e7827712c99f10b82c25b Mon Sep 17 00:00:00 2001 From: merakor Date: Fri, 15 May 2020 10:26:57 +0000 Subject: kiss: use diff instead of cmp FossilOrigin-Name: e93a6358cfa3b9bee848088e152fb8920e5397487553be6054eb9d748f299a61 --- kiss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiss b/kiss index fe1e38d..8e7202c 100755 --- a/kiss +++ b/kiss @@ -779,7 +779,7 @@ pkg_verify() { # Verify all package checksums. This is achieved by generating # a new set of checksums and then comparing those with the old # set. - for pkg do pkg_checksums "$pkg" | cmp - "$(pkg_find "$pkg")/checksums" || { + for pkg do pkg_checksums "$pkg" | diff - "$(pkg_find "$pkg")/checksums" || { log "$pkg" "Checksum mismatch" # Instead of dying above, log it to the terminal. Also define a -- cgit v1.2.3