mirror of
https://github.com/outbackdingo/scratchpkg.git
synced 2026-02-05 08:28:00 +00:00
updated
This commit is contained in:
3
revdep
3
revdep
@@ -86,7 +86,8 @@ echo "Checking for broken linkage..."
|
||||
|
||||
while IFS=' ' read -r line; do
|
||||
count=$(( $count + 1 ))
|
||||
echo -ne " $(( 100*$count/$total ))% $line\033[0K\r"
|
||||
libname=$(basename $line)
|
||||
echo -ne " $(( 100*$count/$total ))% $libname\033[0K\r"
|
||||
case "$(file -bi "$line")" in
|
||||
*application/x-sharedlib* | *application/x-executable* | *application/x-pie-executable*)
|
||||
if [ "$(ldd $line 2>/dev/null | grep "not found")" ]; then
|
||||
|
||||
Reference in New Issue
Block a user