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_curie.ksh

    r1059 r1060  
    201201  IGCM_debug_PushStack "IGCM_sys_defineArchives" 
    202202 
    203   if [ ! X${config_UserChoices_Archive} = X ]; then 
     203  if [ ! X${config_UserChoices_ARCHIVE} = X ]; then 
    204204    #==================================================== 
    205205    #- ARCHIVE (dedicated to large files) 
    206     typeset ARCHIVE=${config_UserChoices_Archive} 
     206    typeset ARCHIVE=${config_UserChoices_ARCHIVE} 
    207207  else 
    208208    #==================================================== 
     
    211211  fi 
    212212 
    213   if [ ! X${config_UserChoices_Storage} = X ]; then 
     213  if [ ! X${config_UserChoices_STORAGE} = X ]; then 
    214214    #==================================================== 
    215215    #- STORAGE (dedicated to small/medium files) 
    216     typeset STORAGE=${config_UserChoices_Storage} 
     216    typeset STORAGE=${config_UserChoices_STORAGE} 
    217217  else 
    218218    #==================================================== 
Note: See TracChangeset for help on using the changeset viewer.