diff --git a/Makefile b/Makefile index ac06587eb864a62904398c227709c29ecf56a28c..b1e285d83d40878713838071fabfcfc77c6e72b2 100644 --- a/Makefile +++ b/Makefile @@ -20,10 +20,10 @@ COMMIT_VERSION=`git rev-parse HEAD` # colors compatible setting COLOR_ENABLE=$(shell tput colors > /dev/null; echo $$?) ifeq "$(COLOR_ENABLE)" "0" -CRED=$(shell echo "\033[91m") -CGREEN=$(shell echo "\033[92m") -CYELLOW=$(shell echo "\033[93m") -CEND=$(shell echo "\033[0m") +CRED=$(shell printf "\001\033[91m\002") +CGREEN=$(shell printf "\001\033[92m\002") +CYELLOW=$(shell printf "\001\033[93m\002") +CEND=$(shell printf "\001\033[0m\002") endif # Add mysql version for testing `MYSQL_RELEASE=percona MYSQL_VERSION=5.7 make docker`