Changeset 134


Ignore:
Timestamp:
08/23/07 09:05:58 (17 years ago)
Author:
mafoipsl
Message:

commands echo suppression

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modipsl/trunk/util/ins_job

    r131 r134  
    119119 [[ -f ${j}'/'${n_f} ]] && { ins_job_Warning; continue; } 
    120120 print - "\nWorking with file ${F_CFG}\nin directory ${j}\nfor ${n_f}"; 
    121 set -xv 
    122121 sed -e "/^${W_W} */ s///" \ 
    123122     -e "/^${W_P}/d"       \ 
     
    127126     -e "s/::JobNumProcTot::/${config_UserChoices_JobNumProcTot}/" \ 
    128127     ${F_JOB} > ${j}'/'${n_f} 
    129 set - 
    130128done 
    131129#- 
Note: See TracChangeset for help on using the changeset viewer.