From 21883b057f33cff4d1ccf84a7f4dcab9ce3d5113 Mon Sep 17 00:00:00 2001 From: Michael Shigorin Date: Fri, 20 Nov 2015 23:15:10 +0300 Subject: [PATCH] build.mk: drop an extra space Spotted when working on http://linuxpiter.ru slides. --- lib/build.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.mk b/lib/build.mk index c8e7b9f9..5d48276b 100644 --- a/lib/build.mk +++ b/lib/build.mk @@ -65,7 +65,7 @@ build-image: profile/populate DURATION="(`tail -1 $(BUILDLOG) | cut -f1 -d.`)"; \ tail -n $(MAX_LINES) "$(BUILDLOG)" $(SHORTEN) \ | if [ -z "$(QUIET)" ]; then \ - echo "$(TIME) done $$DURATION"; \ + echo "$(TIME) done $$DURATION"; \ GREP_COLOR="$(ANSI_OK)" \ grep --color=auto '^\*\* image: .*$$' ||:; \ else \