diff --git a/kiss b/kiss index e6af679..73541c2 100755 --- a/kiss +++ b/kiss @@ -120,14 +120,11 @@ am_owner() { # Split the ls output into fields. # Intentional, globbing disabled. # shellcheck disable=2046,2086 - set -- "$1" $inf + read -r _ _ user _ <