From 775a227e7d26f3107407c85f79d97eaea12960bb Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Thu, 12 Nov 2015 10:00:48 +0100 Subject: [PATCH] don't need full path to find the template --- postModuleLoad.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postModuleLoad.cmd b/postModuleLoad.cmd index 32ea27d..d9e7220 100644 --- a/postModuleLoad.cmd +++ b/postModuleLoad.cmd @@ -1 +1 @@ -dbLoadRecords "$(require_DIR)db/moduleversion.template","IOC=$(IOC),MODULE=$(MODULE),VERSION=$($(MODULE)_VERSION)" +dbLoadRecords "moduleversion.template","IOC=$(IOC),MODULE=$(MODULE),VERSION=$($(MODULE)_VERSION)"