From 90edf7f956ea51b1eda5cb2847b5a87879698c43 Mon Sep 17 00:00:00 2001 From: Dirk Zimoch <dirk.zimoch@psi.ch> Date: Tue, 20 Oct 2015 16:12:29 +0200 Subject: [PATCH] no default version because 3.13 cannot to defaults --- postModuleLoad.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postModuleLoad.cmd b/postModuleLoad.cmd index 86e2303b..32ea27d0 100644 --- a/postModuleLoad.cmd +++ b/postModuleLoad.cmd @@ -1 +1 @@ -dbLoadRecords "$(require_DIR)db/moduleversion.template","IOC=$(IOC),MODULE=$(MODULE),VERSION=$($(MODULE)_VERSION=)" +dbLoadRecords "$(require_DIR)db/moduleversion.template","IOC=$(IOC),MODULE=$(MODULE),VERSION=$($(MODULE)_VERSION)" -- GitLab