Changeset 317 for trunk/libIGCM


Ignore:
Timestamp:
07/08/10 16:47:56 (14 years ago)
Author:
mafoipsl
Message:

Correct SendMail? on SX9.

File:
1 edited

Legend:

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

    r316 r317  
    240240END_MAIL 
    241241 
    242     if [ ! -z ${config_UserChoices_MailName} ] ; then 
     242    if  [ X"${config_UserChoices_MailName}" != X ] ; then 
    243243       mailx -s "${config_UserChoices_JobName} completed" ${config_UserChoices_MailName} <  job_end.mail 
    244244    elif [ -f ~/.forward ] ; then 
Note: See TracChangeset for help on using the changeset viewer.