style: do not quote tput
This commit is contained in:
parent
d759db1fc2
commit
d3cca974b5
@ -7,7 +7,7 @@ BOLD=$(tput bold)
|
||||
CYAN=$(tput setaf 6)
|
||||
GREEN=$(tput setaf 2)
|
||||
YELLOW=$(tput setaf 3)
|
||||
RED="$(tput setaf 1)"
|
||||
RED=$(tput setaf 1)
|
||||
RESET=$(tput sgr0)
|
||||
|
||||
log() {
|
||||
|
Loading…
Reference in New Issue
Block a user