allow to set EPICS version in a file, either ./EPICSVERSION or ./cfg/EPICSVERSION

This commit is contained in:
2019-05-07 17:35:19 +02:00
parent 2f9a33e732
commit 062af47fc9
+5
View File
@@ -64,6 +64,11 @@ then
fi
fi
if read BASE < EPICSVERSION || read BASE < cfg/EPICSVERSION
then
unset EPICS_BASE
fi 2> /dev/null
while true
do
case $1 in