This commit is contained in:
emmett1
2018-10-07 23:38:25 +08:00
parent c8682a0603
commit 43e57d9e50

2
revdep
View File

@@ -63,7 +63,7 @@ echo "Checking for broken linkage..."
while IFS=' ' read -r line; do
count=$(( $count + 1 ))
echo -ne "$(( 100*$count/$total ))% $line\033[0K\r"
echo -ne " $(( 100*$count/$total ))% $line\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