X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/e2d11959004b18bef392cbc913279eb1b5503b89..e70bc620f593250450eb59d9d511980921f2d06e:/include/verbose.mk diff --git a/include/verbose.mk b/include/verbose.mk index b4242f212..99747ed3f 100644 --- a/include/verbose.mk +++ b/include/verbose.mk @@ -19,8 +19,8 @@ ifeq ("$(origin V)", "command line") endif ifeq ($(IS_TTY),1) - _Y:="\\33[33m"# yellow - _N:="\\33[m"# normal + _Y:="\\033[33m" # yellow + _N:="\\033[m" #normal endif ifneq ($(KBUILD_VERBOSE),99)