Ignore:
Timestamp:
09/23/14 12:13:02 (10 years ago)
Author:
sdipsl
Message:
  • seems more natural to have upper case here
File:
1 edited

Legend:

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

    r1059 r1060  
    163163  IGCM_debug_PushStack "IGCM_sys_defineArchives" 
    164164 
    165   if [ ! X${config_UserChoices_Archive} = X ]; then 
     165  if [ ! X${config_UserChoices_ARCHIVE} = X ]; then 
    166166    #==================================================== 
    167167    #- ARCHIVE (dedicated to large files) 
    168     typeset ARCHIVE=${config_UserChoices_Archive} 
     168    typeset ARCHIVE=${config_UserChoices_ARCHIVE} 
    169169  else 
    170170    #==================================================== 
     
    173173  fi 
    174174 
    175   if [ ! X${config_UserChoices_Storage} = X ]; then 
     175  if [ ! X${config_UserChoices_STORAGE} = X ]; then 
    176176    #==================================================== 
    177177    #- STORAGE (dedicated to small/medium files) 
    178     typeset STORAGE=${config_UserChoices_Storage} 
     178    typeset STORAGE=${config_UserChoices_STORAGE} 
    179179  else 
    180180    #==================================================== 
Note: See TracChangeset for help on using the changeset viewer.