Ignore:
Timestamp:
08/19/09 11:20:34 (15 years ago)
Author:
sdipsl
Message:
  • Remove testing related text
File:
1 edited

Legend:

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

    r156 r160  
    197197 
    198198    if [ ! -z ${config_UserChoices_MailName} ] ; then 
    199         mailx -s "${config_UserChoices_JobName} completed mail" ${config_UserChoices_MailName} <  job_end.mail 
     199        mailx -s "${config_UserChoices_JobName} completed" ${config_UserChoices_MailName} <  job_end.mail 
    200200    elif [ -f ~/.forward ] ; then 
    201         mailx -s "${config_UserChoices_JobName} completed forward 1" $( cat ~/.forward ) < job_end.mail 
     201        mailx -s "${config_UserChoices_JobName} completed" $( cat ~/.forward ) < job_end.mail 
    202202    fi 
    203203 
Note: See TracChangeset for help on using the changeset viewer.