- Timestamp:
- 05/11/05 10:10:05 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bin/asap
r560 r636 43 43 fi 44 44 45 45 46 # at the moment we need AIPS++ for measures tables and endian detection 46 aroot='/nfs/aips++'47 47 if [ "${AIPSPATH}" == "" ]; then 48 49 if test -d ${aroot}/weekly ; then 48 aroot='/nfs/aips++' 49 ASAPDATA='/usr/local/share/asap/data' 50 if test -d ${ASAPDATA} ; then 51 AIPSPATH="${ASAPDATA} linux_gnu somewhere localhost" 52 elif test -d ${aroot}/weekly ; then 50 53 . ${aroot}/weekly/aipsinit.sh 51 54 elif test -d ${aroot}/daily ; then … … 53 56 elif test -d /nfs/aips++/pks ; then 54 57 . /nfs/aips++/pks/aipsinit.sh 55 else 56 echo "Cannot locate aips++ installation"58 else 59 echo "Cannot locate casa installation or ASAP data directory" 57 60 exit 0 58 61 fi
Note:
See TracChangeset
for help on using the changeset viewer.