summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/pkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/pkg b/bin/pkg
index 07853d5..f5f6805 100755
--- a/bin/pkg
+++ b/bin/pkg
@@ -213,13 +213,13 @@ function progress {
(( j > 0 )) && output+=$2
}
}
- clear_line
c=$(( currentper/5 ))
a=$(( 20-c ))
output+="${c_info}$desc${c_reset} ["
item $c '='
item $a ' '
output+="] $currentper% $desc2"
+ clear_line
echo -ne $output
}