Ignore:
Timestamp:
08/20/13 12:33:31 (11 years ago)
Author:
sdipsl
Message:

Previous find won't work if you have a directory with svn in it's name ( like svn1792/modipsl/... )

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modipsl/trunk/util/ins_job

    r2142 r2151  
    274274# and create jobs (for all except AA_job) 
    275275#- 
    276 for i in $(find ${libIGCM} -name "AA_*" -print | grep -v .svn ) 
     276for i in $(find ${libIGCM} -maxdepth 1 -name "AA_*" -print) 
    277277do 
    278278  i_f=${i##*/}; 
Note: See TracChangeset for help on using the changeset viewer.