From 43e57d9e50c09547942ec21b91da7bf3b3ec4a02 Mon Sep 17 00:00:00 2001 From: emmett1 Date: Sun, 7 Oct 2018 23:38:25 +0800 Subject: [PATCH] updated --- revdep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/revdep b/revdep index 77dfd0a..c305260 100755 --- a/revdep +++ b/revdep @@ -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