fix two small bugs - tab error and quotation marks

This commit is contained in:
robochat 2015-09-22 07:41:35 +00:00
parent 55e22c0a8c
commit a020a82521

View File

@ -222,7 +222,7 @@ report:
ifeq ($(sport),tennis) ifeq ($(sport),tennis)
@echo 'game, set, match' @echo 'game, set, match'
else else
@echo 'They think it's all over; it is now' @echo "They think it's all over; it is now"
endif endif
# There are also ifneq, ifdef, ifndef # There are also ifneq, ifdef, ifndef