diff --git a/kiss b/kiss index 298e7b0..49978e2 100755 --- a/kiss +++ b/kiss @@ -115,7 +115,7 @@ sh256() { # Example: ' ' # Skip non-files and broken symlinks. - if { [ -h "$1" ] && [ -e "$1" ] } || [ -f "$1" ]; then + if { [ -h "$1" ] && [ -e "$1" ]; } || [ -f "$1" ]; then hash=$( sha256sum "$1" || sha256 -r "$1" ||