Просмотр исходного кода

fix colors when compiling with some newer versions of bash

SVN-Revision: 6231
Mike Baker 19 лет назад
Родитель
Сommit
9fffc68101
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      include/verbose.mk

+ 2 - 2
include/verbose.mk

@@ -19,8 +19,8 @@ ifeq ("$(origin V)", "command line")
 endif
 endif
 
 
 ifeq ($(IS_TTY),1)
 ifeq ($(IS_TTY),1)
-  _Y:="\\33[33m"# yellow
-  _N:="\\33[m"#	normal
+  _Y:="\\033[33m" # yellow
+  _N:="\\033[m" #normal
 endif
 endif
 
 
 ifneq ($(KBUILD_VERBOSE),99)
 ifneq ($(KBUILD_VERBOSE),99)