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

    r156 r160  
    223223 
    224224    if [ ! -z ${config_UserChoices_MailName} ] ; then 
    225         mailx -s "${config_UserChoices_JobName} completed mail" ${config_UserChoices_MailName} <  job_end.mail 
     225        mailx -s "${config_UserChoices_JobName} completed" ${config_UserChoices_MailName} <  job_end.mail 
    226226    elif [ -f ~/.forward ] ; then 
    227         mailx -s "${config_UserChoices_JobName} completed forward 1" $( cat ~/.forward ) < job_end.mail 
     227        mailx -s "${config_UserChoices_JobName} completed" $( cat ~/.forward ) < job_end.mail 
    228228    fi 
    229229 
Note: See TracChangeset for help on using the changeset viewer.