Changeset 460


Ignore:
Timestamp:
04/18/11 16:37:33 (13 years ago)
Author:
sdipsl
Message:
  • Remove missleading comment in libIGCM_sys_platine.ksh. Variables are read-only but not exported so there is no problem
File:
1 edited

Legend:

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

    r459 r460  
    131131#==================================================== 
    132132#- RUN_DIR_PATH : Temporary working directory (=> TMP) 
    133 # No "typeset -r" because on titane/platine all environment variables 
    134 # are exported. So we can expect issue with read only environment variable 
    135133if [ ! X${LSB_QUEUE} = Xmono ] ; then 
    136134    typeset -r RUN_DIR_PATH=${RUN_DIR_PATH:=${SCRATCHDIR}} 
Note: See TracChangeset for help on using the changeset viewer.