From d3cca974b5c69048de76ce1004f8efb70750ab0c Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Sat, 30 Jul 2022 21:19:56 -0500 Subject: [PATCH] style: do not quote tput --- install.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.bash b/install.bash index e496aeb..95296da 100644 --- a/install.bash +++ b/install.bash @@ -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() {