missing quote
This commit is contained in:
parent
c71522654b
commit
71716f3c4e
|
@ -8,7 +8,7 @@ RULESPATH = $(CHIBIOS)/os/common/startup/ARMCMx/compilers/GCC/mk
|
|||
RULESFILE = $(RULESPATH)/rules.mk
|
||||
|
||||
ifneq ("$(wildcard $(../.git))","")
|
||||
$(error ../.git not found. We expect source code to be cloned not downloaded as zip file.")
|
||||
$(error "../.git not found. We expect source code to be cloned not downloaded as zip file.")
|
||||
endif
|
||||
|
||||
include rusefi_rules.mk
|
||||
|
|
Loading…
Reference in New Issue