Commit 21883b05 authored by Michael Shigorin's avatar Michael Shigorin

build.mk: drop an extra space

Spotted when working on http://linuxpiter.ru slides.
parent cbd0d4d2
......@@ -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 \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment