From: Andrew Cooper Date: Wed, 13 May 2020 12:07:53 +0000 (+0100) Subject: stubdom: Use matching quotes in error message X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=f3b0d25e343562dee29729cfaf32f8c79f8b6502;p=people%2Fdariof%2Fxen.git stubdom: Use matching quotes in error message This prevents syntax highlighting from believing the rest of the file is a string. Signed-off-by: Andrew Cooper Acked-by: Julien Grall --- diff --git a/stubdom/Makefile b/stubdom/Makefile index 8cf7131c6a..12aa211ac3 100644 --- a/stubdom/Makefile +++ b/stubdom/Makefile @@ -16,7 +16,7 @@ CFLAGS += -O1 -fno-omit-frame-pointer ifeq (,$(findstring clean,$(MAKECMDGOALS))) ifeq ($(wildcard $(MINI_OS)/Config.mk),) - $(error Please run `make mini-os-dir' in top-level directory) + $(error Please run 'make mini-os-dir' in top-level directory) endif include $(XEN_ROOT)/Config.mk endif