[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen staging] stubdom: Use matching quotes in error message
commit f3b0d25e343562dee29729cfaf32f8c79f8b6502 Author: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> AuthorDate: Wed May 13 13:07:53 2020 +0100 Commit: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> CommitDate: Wed May 13 20:33:42 2020 +0100 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 <andrew.cooper3@xxxxxxxxxx> Acked-by: Julien Grall <jgrall@xxxxxxxxxx> --- stubdom/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- generated by git-patchbot for /home/xen/git/xen.git#staging
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |