- Timestamp:
- 03/10/05 08:09:10 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bin/asap
r545 r550 44 44 45 45 # at the moment we need AIPS++ for measures tables and endian detection 46 aroot='/nfs/aips++ /weekly'46 aroot='/nfs/aips++' 47 47 if [ "${AIPSPATH}" == "" ]; then 48 . ${aroot}/aipsinit.sh 48 49 if test -d ${aroot}/weekly ; then 50 . ${aroot}/weekly/aipsinit.sh 51 elif test -d ${aroot}/daily ; then 52 . ${aroot}/daily/aipsinit.sh 53 else 54 echo "Cannot locate aips++ installation" 55 exit 0 56 fi 49 57 fi 50 58
Note:
See TracChangeset
for help on using the changeset viewer.