style: do not quote tput

This commit is contained in:
Price Hiller 2022-07-30 21:19:56 -05:00
parent d759db1fc2
commit d3cca974b5

View File

@ -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() {