pfetch: fix bug
This commit is contained in:
parent
11d1c2e789
commit
b7c7bc6c4c
2
pfetch
2
pfetch
|
@ -1372,7 +1372,7 @@ main() {
|
||||||
# N lines.
|
# N lines.
|
||||||
#
|
#
|
||||||
# This was a ternary operation but they aren't supported in Minix's shell.
|
# 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))
|
cursor_pos=$((ascii_height - info_height))
|
||||||
|
|
||||||
# Print '$cursor_pos' amount of newlines to correctly position the
|
# Print '$cursor_pos' amount of newlines to correctly position the
|
||||||
|
|
Loading…
Reference in New Issue
Block a user