aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xpfetch2
1 files changed, 1 insertions, 1 deletions
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() {