missing quote

This commit is contained in:
David Holdeman 2024-01-28 18:09:40 -06:00 committed by rusefillc
parent c71522654b
commit 71716f3c4e
1 changed files with 1 additions and 1 deletions

View File

@ -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