From bcf4cf44dac82bfbb71018427f33b84c8c67c85f Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 24 Sep 2019 21:12:31 +0300 Subject: [PATCH] pfetch: clean up --- pfetch | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pfetch b/pfetch index 7eac665..60b4078 100755 --- a/pfetch +++ b/pfetch @@ -566,9 +566,7 @@ main() { : $((info_length+=1)) # Iterate over the above list and run any existing "get_" functions. - for info; do - "get_$info" - done + for info; do "get_$info"; done } # Position the cursor below both the ascii art and information lines