From 5ba61e73b0f3eb5116585f6fb7e9dcc3b9f11a86 Mon Sep 17 00:00:00 2001 From: timmmooney <mooney@aps.anl.gov> Date: Tue, 13 Jan 2015 18:08:58 +0000 Subject: [PATCH] --- setup_epics_common | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup_epics_common b/setup_epics_common index e84f896..b0d59a8 100644 --- a/setup_epics_common +++ b/setup_epics_common @@ -39,6 +39,9 @@ endif if ( ${?CAMAC} ) then setenv EDP ${EDP}:${CAMAC}/camacApp/op/adl endif +if ( ${?CAPUTRECORDER} ) then + setenv EDP ${EDP}:${CAPUTRECORDER}/caputRecorderApp/op/adl +endif if ( ${?DAC128V} ) then setenv EDP ${EDP}:${DAC128V}/dac128VApp/op/adl endif @@ -96,9 +99,6 @@ endif if ( ${?VME} ) then setenv EDP ${EDP}:${VME}/vmeApp/op/adl endif -if ( ${?CAPUTRECORDER} ) then - setenv EDP ${EDP}:${CAPUTRECORDER}/caputRecorderApp/op/adl -endif # APS accelerator-controls displays setenv EDP ${EDP}:/APSshare/adlsys/sr/id -- GitLab