kiss: minor change

This commit is contained in:
Dylan Araps 2020-09-26 09:27:51 +03:00
parent acf8207145
commit fc54435595
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

@ -446,7 +446,7 @@ pkg_fix_deps() {
find "$pkg_dir/${PWD##*/}/" -type f 2>/dev/null |
while read -r file; do
case ${elf_cmd##*/} in
case $elf_cmd in
*readelf)
"$elf_cmd" -d "$file"
;;