From 3e3b103e7d0bd15d654b38daf03794e48e82563e Mon Sep 17 00:00:00 2001 From: Bob Polis Date: Thu, 26 Dec 2024 10:04:49 +0100 Subject: [PATCH] Quote data dir in config file --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f32d8b6..2cf10c7 100644 --- a/Makefile +++ b/Makefile @@ -69,4 +69,4 @@ $(TESTSSRCDIR)/src/precomp.hpp: cd $(TESTSSRCDIR) && ln -fs ../../src/precomp.hpp precomp.hpp $(HOME)/.config/mkprojrc: - echo "tplroot=$(DATADIR)" > $@ + echo "tplroot=\"$(DATADIR)\"" > $@