fix missing equal sign on assignment
This commit is contained in:
+1
-1
@@ -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)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user