kiss: just use the var

This commit is contained in:
Dylan Araps 2020-09-26 01:37:08 +03:00
parent 7cc6f83ba2
commit 1859cb34b2
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 1 additions and 1 deletions

2
kiss
View File

@ -461,7 +461,7 @@ pkg_fixdeps() {
esac
# Check if ldd result is direct dependency of package.
case ${elf_cmd##*/} in
case $elf_cmd in
*readelf)
"$elf_cmd" -d "$file" |
grep -q "NEEDED.* \[${dep##*/}\]"