1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-09-30 08:01:25 +02:00

fix colors when compiling with some newer versions of bash

SVN-Revision: 6231
This commit is contained in:
Mike Baker 2007-01-30 18:30:20 +00:00
parent 1930885f90
commit 9fffc68101

@ -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)