From 2c4d0882097c0302c2324c805dab604002c46aa7 Mon Sep 17 00:00:00 2001 From: guidotheelen Date: Wed, 22 Apr 2020 09:57:20 +0200 Subject: [PATCH] brief question --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c4e15c9ff..05cb300c6 100644 --- a/Makefile +++ b/Makefile @@ -226,7 +226,7 @@ $(EMOJI).ttf: check_coverage $(EMOJI).tmpl.ttf $(EMOJI_BUILDER) $(PUA_ADDER) \ check_coverage: ifdef CHECK_COVERAGE $(PYTHON) $(CHECK_COVERAGE_PY) -d $(EMOJI_SRC_DIR) -c - @echo -n "Proceed with building font? [y/N]" && read ans && [ $${ans:-N} = y ] + @echo -n "Proceed building font? [y/N]" && read ans && [ $${ans:-N} = y ] endif clean: