From f7502141d341c4e0f07aa03033f8eae277c72572 Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Thu, 21 Mar 2024 16:42:29 +0100 Subject: [PATCH] FFT_WISDOM_DIR is now set in the module --- startup.script_common | 3 --- 1 file changed, 3 deletions(-) diff --git a/startup.script_common b/startup.script_common index 8a01436..994e95c 100644 --- a/startup.script_common +++ b/startup.script_common @@ -16,9 +16,6 @@ putenv "SRBASE=/ioc/data" sprintf STRINGBUFFER, "EPICS_DRIVER_PATH=.:bin/%s_%s:bin:snl:../bin:%s", EPICS, EPICS_HOST_ARCH, EPICS_MODULES putenv STRINGBUFFER -sprintf STRINGBUFFER, "FFT_WISDOM_DIR=/ioc/data/%s", IOC -putenv STRINGBUFFER - STREAM_PROTOCOL_DIR=malloc(80) sprintf STREAM_PROTOCOL_DIR, "%s/cfg", HOME