diff --git a/kiss b/kiss index c366046..28a6690 100755 --- a/kiss +++ b/kiss @@ -197,6 +197,8 @@ sha256sum_sh() { # # This _only_ runs when the 'sha256sum' command is _not_ available # in the host machine. It's a fallback. + [ -f "$1" ] || return + IFS='= ' read -r _ _sum <