From 2e8419e06ccfa83eb6ee4bfed9b57964f00cb966 Mon Sep 17 00:00:00 2001 From: zimoch Date: Tue, 11 Aug 2009 15:57:51 +0000 Subject: [PATCH] Use 3.14 in FIN --- externalLinks | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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