fix missing equal sign on assignment
This commit is contained in:
parent
5836cbd7e7
commit
3fc67f9fe3
@ -19,7 +19,7 @@ textblock() {
|
|||||||
|
|
||||||
### text formatting presets
|
### text formatting presets
|
||||||
err=$(tput bold)$(tput setaf 1)
|
err=$(tput bold)$(tput setaf 1)
|
||||||
norm$(tput sgr0)
|
norm=$(tput sgr0)
|
||||||
width=$(tput cols)
|
width=$(tput cols)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user