aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2019-09-24 18:22:24 +0300
committerDylan Araps <dylan.araps@gmail.com>2019-09-24 18:22:24 +0300
commit06c73f39775e2d1f86cdf2b4f24a6c4e2c81cc2e (patch)
tree84e533fe8f2cba9a2bd903384a870d621bf0a514
parent59cb85b3f9679efb668623c71f0ad2e4eb867118 (diff)
downloadpfetch-06c73f39775e2d1f86cdf2b4f24a6c4e2c81cc2e.tar.gz
pfetch: clean up
-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() {