Skip to content
Snippets Groups Projects
Commit afdd2a85 authored by klang's avatar klang
Browse files

name change

parent ecd467a1
No related branches found
No related tags found
No related merge requests found
......@@ -2,9 +2,9 @@
export EPICS_APP=`dirname $0`
export EPICS_APP_ADL_DIR=${EPICS_APP}/xxxApp/op/adl
export DEFAULT_UI_FILE=${DEFAULT_UI_FILE:-xxx.ui}
export DEFAULT_UI_FILE=${DEFAULT_UI_FILE:-xxx.adl}
source ./setup_epics_common.sh medm
source ./setup_epics_common medm
if [ -z "${MEDM_EXEC_LIST}" ]
then
......
......@@ -4,7 +4,7 @@ export EPICS_APP=`dirname $0`
export EPICS_APP_UI_DIR=${EPICS_APP}/xxxApp/op/ui
export DEFAULT_UI_FILE=${DEFAULT_UI_FILE:-xxx.ui}
source ./setup_epics_common.sh caqtdm
source ./setup_epics_common caqtdm
# #######################################
# # optional: add support directories not associated with environment variables
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment