From 9ebfaf40bbe9e0168f13805b0e554c8ba6d69640 Mon Sep 17 00:00:00 2001 From: Dylan Date: Thu, 3 Mar 2016 15:23:14 +1100 Subject: [PATCH] Remove pointless variable --- neofetch | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/neofetch b/neofetch index cd6f9a75..5ac26d46 100755 --- a/neofetch +++ b/neofetch @@ -2290,8 +2290,7 @@ esac bar() { # Get the values - percent="$1" - elapsed=$((percent * progress_length / $2)) + elapsed=$(($1 * progress_length / $2)) # Create the bar with spaces prog=$(printf %"$elapsed"s)