Changeset 1010


Ignore:
Timestamp:
07/03/14 15:42:48 (10 years ago)
Author:
aclsce
Message:

Use of "typeset -x" instead of "typeset" in order to keep the SUBMIT_DIR value in the calling Job.
(pb occured with new ksh version on Curie)

File:
1 edited

Legend:

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

    r1000 r1010  
    150150#==================================================== 
    151151#- SUBMIT_DIR : submission dir 
    152 typeset SUBMIT_DIR=${SUBMIT_DIR:=${BRIDGE_MSUB_PWD}} 
     152typeset -x SUBMIT_DIR=${SUBMIT_DIR:=${BRIDGE_MSUB_PWD}} 
    153153 
    154154#==================================================== 
Note: See TracChangeset for help on using the changeset viewer.