use 3.14.12 for hipa by default

This commit is contained in:
zimoch
2013-11-13 09:31:51 +00:00
parent 5c7d1e3140
commit fbe6503527

View File

@@ -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