forked from altcloud/mkimage-profiles
build.mk: drop an extra space
Spotted when working on http://linuxpiter.ru slides.
This commit is contained in:
parent
cbd0d4d2f5
commit
21883b057f
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user