build.mk: drop an extra space

Spotted when working on http://linuxpiter.ru slides.
This commit is contained in:
Michael Shigorin 2015-11-20 23:15:10 +03:00
parent cbd0d4d2f5
commit 21883b057f

View File

@ -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 \