Changeset 2496 for modipsl


Ignore:
Timestamp:
04/24/15 15:09:47 (9 years ago)
Author:
aclsce
Message:
  • Fixed typing error
File:
1 edited

Legend:

Unmodified
Added
Removed
  • modipsl/trunk/util/model

    r2487 r2496  
    381381cfg_file=${d_m1}/cfg.txt 
    382382if [[ -d ${d_m1}/ORCA1_LIM3_PISCES ]] ; then 
    383     grep ORCA1_LIM3_PISCES ${cfg_file} > /dev/null 2>1& 
     383    grep ORCA1_LIM3_PISCES ${cfg_file} > /dev/null 2>&1 
    384384    err=${?} 
    385385    [[ ${err} = 1 ]] && ( echo "ORCA1_LIM3_PISCES OPA_SRC LIM_SRC_3 NST_SRC TOP_SRC" >> ${cfg_file} ) 
Note: See TracChangeset for help on using the changeset viewer.