From d3ffe404d37e5ab8f18e6dca68364aca934d2d4f Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Thu, 13 Oct 2022 00:10:27 +0200 Subject: Escape backticks --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 788670a..0cc3686 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ DPREFIX = ${DESTDIR}${PREFIX} MANDIR = ${DPREFIX}/share/man all: - @echo "run `tup` to build the library" >&2 + @echo 'run `tup` to build the library' >&2 install: mkdir -p ${DPREFIX}/include ${DPREFIX}/lib ${DMANDIR}/man0 ${DMANDIR}/man3 -- cgit v1.2.3