From fbe65035274e2889b5c336c07631fd5b8ef3a3b6 Mon Sep 17 00:00:00 2001 From: zimoch Date: Wed, 13 Nov 2013 09:31:51 +0000 Subject: [PATCH] use 3.14.12 for hipa by default --- externalLinks | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/externalLinks b/externalLinks index cda6119..548e281 100755 --- a/externalLinks +++ b/externalLinks @@ -4,8 +4,8 @@ version () { echo '$Author: zimoch $' >&2 - echo '$Date: 2013/06/11 14:22:00 $' >&2 - echo '$Revision: 1.13 $' >&2 + echo '$Date: 2013/11/13 09:31:51 $' >&2 + echo '$Revision: 1.14 $' >&2 echo '$Source: /cvs/G/EPICS/App/scripts/externalLinks,v $' >&2 exit 1 } @@ -36,6 +36,7 @@ INSTBASE=${INSTBASE%/} INSTBASE=${INSTBASE#/import} case "${INSTBASE}" in ( /work|/prod|/devl ) EPICS=3.13.10 ;; + ( /hipa/* ) EPICS=3.14.12 ;; ( * ) EPICS=3.14.12 ;; esac