From fd3fe168127da1f4cfebd05803beda10c7afe5e9 Mon Sep 17 00:00:00 2001 From: git-bruh Date: Sat, 3 Sep 2022 14:03:03 +0530 Subject: [PATCH] ldd prefixes with a tab... --- kiss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiss b/kiss index 9e61020..bc40d8d 100755 --- a/kiss +++ b/kiss @@ -737,7 +737,7 @@ EOF # Resolve library path. It is already resolved for ldd in the 'lib' field # ldd: libjson-c.so.5 => /lib/libjson-c.so.5 ... case $cmd_elf in *readelf) - lib=${ldd#*" $lib => "} + lib=${ldd#*" $lib => "} # Remove prefix, else the file will not be owned by any # package in the pkg_owner check below lib=${lib#"$pkg_dir/$repo_name"}