Skip to content

Commit

Permalink
ldd prefixes with a tab...
Browse files Browse the repository at this point in the history
  • Loading branch information
git-bruh committed Sep 3, 2022
1 parent 2afac4e commit fd3fe16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kiss
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand Down

0 comments on commit fd3fe16

Please sign in to comment.