We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 03d745d + 3180ca4 commit 74f7d26Copy full SHA for 74f7d26
cdc.sh
@@ -164,10 +164,10 @@ cdc() {
164
# are unset, we can't report what they're set to in the debug screen. Pass
165
# the variables to the _cdc_print function.
166
if $use_color; then
167
- : ${CDC_ERROR_COLOR:='\e[0;31m'}
168
- : ${CDC_SUCCESS_COLOR:='\e[0;32m'}
169
- : ${CDC_WARNING_COLOR:='\e[0;33m'}
170
- CDC_RESET='\e[0m'
+ : ${CDC_ERROR_COLOR:='\033[0;31m'}
+ : ${CDC_SUCCESS_COLOR:='\033[0;32m'}
+ : ${CDC_WARNING_COLOR:='\033[0;33m'}
+ CDC_RESET='\033[0m'
171
##
172
# If colors are not enabled, unset the color variables.
173
else
0 commit comments