From 4be87844765ab327b00a124cb293559dfd04b662 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Mon, 19 Jul 2021 19:12:55 +0300 Subject: [PATCH] kiss: remove id usage --- kiss | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) 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 _ <