Changeset 379


Ignore:
Timestamp:
08/21/08 11:38:38 (16 years ago)
Author:
mafoipsl
Message:

MAFo : don't keep .svn directories for job construction.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modipsl/trunk/util/ins_job

    r331 r379  
    148148# and create jobs (for all except AA_job) 
    149149#- 
    150 for i in $(find ${libIGCM} -name "AA_*" -print) 
     150for i in $(find ${libIGCM} -name "AA_*" -print | grep -v .svn ) 
    151151do 
    152152 i_f=${i##*/}; 
Note: See TracChangeset for help on using the changeset viewer.