]> xenbits.xensource.com Git - people/dariof/xen.git/commitdiff
stubdom: Use matching quotes in error message
authorAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 13 May 2020 12:07:53 +0000 (13:07 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 13 May 2020 19:33:42 +0000 (20:33 +0100)
This prevents syntax highlighting from believing the rest of the file is a
string.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Julien Grall <jgrall@amazon.com>
stubdom/Makefile

index 8cf7131c6a7c760f91d908db8030f3ec7e703fac..12aa211ac3159ad748c35f7c9eb76658e09a205c 100644 (file)
@@ -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