Skip to content
Snippets Groups Projects
Commit 9fffc681 authored by Mike Baker's avatar Mike Baker
Browse files

fix colors when compiling with some newer versions of bash

SVN-Revision: 6231
parent 1930885f
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment