From 06c73f39775e2d1f86cdf2b4f24a6c4e2c81cc2e Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 24 Sep 2019 18:22:24 +0300 Subject: [PATCH] pfetch: clean up --- pfetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pfetch b/pfetch index 3edd68a..1e09abb 100755 --- a/pfetch +++ b/pfetch @@ -82,7 +82,7 @@ log() { "$2" # Keep track of the number of times 'log()' has been run. - info_height=$((info_height + 1)) + : $((info_height+=1)) } get_title() {