Fixed a bug generated by r3224 commit.

Thanks to Matthew Burgess for the report and patch.
This commit is contained in:
Manuel Canales Esparcia 2006-11-28 19:14:13 +00:00
parent b1607e2552
commit e780eda437

View file

@ -137,14 +137,14 @@ endef
#==== FINAL MESSAGES ===
define echo_report
@echo
@echo $(BOLD) The report file $(BLUE)$(1)$(BOLD) has been created
@echo
@echo ${WHITE}Please send the $(BOLD)$(MOUNT_PT)/jhalfs/$(1)$(WHITE)
@echo file to $(BOLD)manuel@linuxfromscratch.org$(WHITE)
@echo
@echo That will help us to keep more accurate SBU and
@echo disk usage values into the book. Thanks.
@echo; \
echo $(BOLD) The report file $(BLUE)$(1)$(BOLD) has been created; \
echo; \
echo ${WHITE}Please send the $(BOLD)$(MOUNT_PT)/jhalfs/$(1)$(WHITE); \
echo file to $(BOLD)manuel@linuxfromscratch.org$(WHITE); \
echo; \
echo That will help us to keep more accurate SBU and; \
echo disk usage values into the book. Thanks.
endef
define echo_finished