Changeset 731 for trunk/bin


Ignore:
Timestamp:
11/24/05 14:10:56 (18 years ago)
Author:
mar637
Message:

cosmetics

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bin/asap

    r691 r731  
    4444if [ ! -d "${ASAPDATA}" ]; then
    4545    echo "Couldn't locate the asap data directory"
     46    echo "Please set ASAPDATA"
    4647    #ASAPDATA="/nfs/aips++"
    4748    #export ASAPDATA
     
    5152# Keep casa measures happy
    5253if test -d "${ASAPDATA}/data" ; then
    53     platform='Linux'
     54    platform='linux_gnu'
    5455    if [ `uname -s` == 'Darwin' ]; then
    5556        platform='darwin'
Note: See TracChangeset for help on using the changeset viewer.