mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-29 15:44:04 +00:00
build: Fix print without color
The original patch removed the printing completely, just remove the color. Fixes: eabc1ddc4541 ("build: Honour NO_COLOR in include/scan.mk") Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
a0dfab220d
commit
d0b45962ef
@ -25,7 +25,7 @@ ifeq ($(IS_TTY),1)
|
||||
endef
|
||||
else
|
||||
define progress
|
||||
:;
|
||||
printf "\r$(1)" >&2;
|
||||
endef
|
||||
endif
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user