1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-01 00:06:22 +03:00

fix colors when compiling with some newer versions of bash

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6231 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
mbm 2007-01-30 18:30:20 +00:00
parent a5f42890e4
commit dc251a5ea6

View File

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