mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-11-30 06:22:32 +03:00
fix two small bugs - tab error and quotation marks
This commit is contained in:
parent
55e22c0a8c
commit
a020a82521
@ -222,7 +222,7 @@ report:
|
||||
ifeq ($(sport),tennis)
|
||||
@echo 'game, set, match'
|
||||
else
|
||||
@echo 'They think it's all over; it is now'
|
||||
@echo "They think it's all over; it is now"
|
||||
endif
|
||||
|
||||
# There are also ifneq, ifdef, ifndef
|
||||
|
Loading…
Reference in New Issue
Block a user