Use 3.14 in FIN

This commit is contained in:
zimoch
2009-08-11 15:57:51 +00:00
parent eb25ca0200
commit 2e8419e06c

View File

@@ -4,8 +4,8 @@
version () {
echo '$Author: zimoch $' >&2
echo '$Date: 2009/05/19 10:27:45 $' >&2
echo '$Revision: 1.2 $' >&2
echo '$Date: 2009/08/11 15:57:51 $' >&2
echo '$Revision: 1.3 $' >&2
echo '$Source: /cvs/G/EPICS/App/scripts/externalLinks,v $' >&2
exit 1
}
@@ -31,7 +31,7 @@ shopt -s nullglob
shopt -s extglob
export LANG=en_US.iso885915
if [ "${INSTBASE%/*}" == "/psi-xfel" ]
if [ "${INSTBASE%/*}" = "/psi-xfel" -o "${INSTBASE%/*}" = "/fin" ]
then
EPICS=3.14.8
else