From b101582aac464fc2e705ebe6ce4f6d894172e4e6 Mon Sep 17 00:00:00 2001 From: Ben Alpert Date: Tue, 16 Jul 2013 22:03:39 -0700 Subject: [PATCH] printf not echo -n Auditors: emily --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 40c20b0ff..455b03e8f 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ build: build/katex.js compress: build/katex.min.js - @echo -n "Minified, gzipped size: " + @printf "Minified, gzipped size: " @gzip -c $^ | wc -c build/katex.js: katex.js Parser.js Lexer.js