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_claude.ksh

    r156 r160  
    238238 
    239239    if [ ! -z ${config_UserChoices_MailName} ] ; then 
    240         mailx -s "${config_UserChoices_JobName} completed mail" ${config_UserChoices_MailName} <  job_end.mail 
     240        mailx -s "${config_UserChoices_JobName} completed" ${config_UserChoices_MailName} <  job_end.mail 
    241241    elif [ -f ~/.forward ] ; then 
    242         mailx -s "${config_UserChoices_JobName} completed forward 1" $( cat ~/.forward ) < job_end.mail 
     242        mailx -s "${config_UserChoices_JobName} completed" $( cat ~/.forward ) < job_end.mail 
    243243    fi 
    244244 
Note: See TracChangeset for help on using the changeset viewer.