From f6c093d703dab375cac3f1a95b34763e28ec0785 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C8=98tefan=20Talpalaru?= Date: Thu, 28 May 2020 03:31:08 +0200 Subject: [PATCH] quote $(LOG_LEVEL) in NIM_PARAMS --- makefiles/variables.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefiles/variables.mk b/makefiles/variables.mk index 42b476c..4aea90c 100644 --- a/makefiles/variables.mk +++ b/makefiles/variables.mk @@ -28,7 +28,7 @@ endif # Chronicles log level LOG_LEVEL := ifdef LOG_LEVEL - NIM_PARAMS := $(NIM_PARAMS) -d:chronicles_log_level=$(LOG_LEVEL) + NIM_PARAMS := $(NIM_PARAMS) -d:chronicles_log_level="$(LOG_LEVEL)" endif # avoid a "libpcre.so.3: cannot open shared object file: No such file or directory" message, where possible