~ruther/qmk_firmware

91b469d88fc530412bdd3c604374542898614895 — Jack Humbert 9 years ago 33e83aa
correctly test to see if awk exists
1 files changed, 1 insertions(+), 1 deletions(-)

M tmk_core/rules.mk
M tmk_core/rules.mk => tmk_core/rules.mk +1 -1
@@ 89,7 89,7 @@ ifeq ($(COLOR),true)
	BOLD=\033[1m
endif

ifeq ("$(awk /dev/null 2>&1)", "")
ifneq ($(shell awk --version 2>/dev/null),)
	AWK=awk
else
	AWK=cat && test