Changeset 1534 for trunk


Ignore:
Timestamp:
06/17/20 13:32:52 (4 years ago)
Author:
acosce
Message:

commands dods_cp and dods_rm on jeanzay were renamed thredds_cp and thredds_rm

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/libIGCM_sys/libIGCM_sys_jeanzay.ksh

    r1532 r1534  
    948948 
    949949    if [ "$#" -eq 1 ]; then 
    950       dods_rm ${R_DODS}/${1} 
     950      thredds_rm ${R_DODS}/${1} 
    951951      status=$? 
    952952    else 
    953         dods_rm ${R_DODS} 
     953        thredds_rm ${R_DODS} 
    954954      status=$? 
    955955    fi 
     
    986986 
    987987 
    988       dods_cp ${1} ./${R_DODS}/. 
     988      thredds_cp ${1} ./${R_DODS}/. 
    989989 
    990990    status=$? 
Note: See TracChangeset for help on using the changeset viewer.