aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2019-10-01 15:03:56 +0300
committerDylan Araps <dylan.araps@gmail.com>2019-10-01 15:03:56 +0300
commitb7c7bc6c4cc39091a0a1c69938383c6083e2c026 (patch)
tree37fad0ca92717dab8916f45295698f9d893ee0e3
parent11d1c2e7897dc5759b87b70a6ed04c691a802340 (diff)
downloadpfetch-b7c7bc6c4cc39091a0a1c69938383c6083e2c026.tar.gz
pfetch: fix bug
-rwxr-xr-xpfetch2
1 files changed, 1 insertions, 1 deletions
diff --git a/pfetch b/pfetch
index af037fe..4c31c3f 100755
--- a/pfetch
+++ b/pfetch
@@ -1372,7 +1372,7 @@ main() {
# N lines.
#
# This was a ternary operation but they aren't supported in Minix's shell.
- [ "$info_height" -lt "$ascii_height" ] &&
+ [ "${info_height:-0}" -lt "${ascii_height:-0}" ] &&
cursor_pos=$((ascii_height - info_height))
# Print '$cursor_pos' amount of newlines to correctly position the