diff --git a/externalLinks b/externalLinks index f314272..4be1547 100755 --- a/externalLinks +++ b/externalLinks @@ -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