- Timestamp:
- 11/24/05 14:10:56 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bin/asap
r691 r731 44 44 if [ ! -d "${ASAPDATA}" ]; then 45 45 echo "Couldn't locate the asap data directory" 46 echo "Please set ASAPDATA" 46 47 #ASAPDATA="/nfs/aips++" 47 48 #export ASAPDATA … … 51 52 # Keep casa measures happy 52 53 if test -d "${ASAPDATA}/data" ; then 53 platform=' Linux'54 platform='linux_gnu' 54 55 if [ `uname -s` == 'Darwin' ]; then 55 56 platform='darwin'
Note:
See TracChangeset
for help on using the changeset viewer.