Ignore:
Timestamp:
09/26/12 16:44:25 (12 years ago)
Author:
sdipsl
Message:
  • Bugfix : JobType? is not known by post-processing job
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/libIGCM_debug/libIGCM_debug.ksh

    r544 r706  
    223223    # If SpaceName is PROD then we stop if post_processing fails 
    224224    # Plan to send an email here with IGCM_sys_SendMail 
    225     if ( [ X${config_UserChoices_SpaceName} = XPROD ] && [ X${JobType} = XRUN ] ) ; then 
     225    if [ X${config_UserChoices_SpaceName} = XPROD ] ; then 
    226226      echo "                        EXIT THE JOB." 
    227227      echo 
Note: See TracChangeset for help on using the changeset viewer.