From 459d856dc33212bf2245756d2c37babc811f5a27 Mon Sep 17 00:00:00 2001 From: Claudio Matsuoka Date: Mon, 11 May 2015 10:56:17 -0300 Subject: [PATCH] Fix make check message line break in MacOS X Signed-off-by: Claudio Matsuoka --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index dd31bf7..5b80597 100644 --- a/Makefile +++ b/Makefile @@ -102,8 +102,7 @@ dist: @ls -l $(DIST).tar.gz check: - @echo -n "Run tests in " - @pwd + @echo "Run tests in `pwd`" @./run-tests.sh fonts @echo