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

    r1059 r1060  
    167167  IGCM_debug_PushStack "IGCM_sys_defineArchives" 
    168168 
    169   if [ ! X${config_UserChoices_Archive} = X ]; then 
     169  if [ ! X${config_UserChoices_ARCHIVE} = X ]; then 
    170170    #==================================================== 
    171171    #- ARCHIVE (dedicated to large files) 
    172     typeset ARCHIVE=${config_UserChoices_Archive} 
     172    typeset ARCHIVE=${config_UserChoices_ARCHIVE} 
    173173  else 
    174174    #==================================================== 
     
    177177  fi 
    178178 
    179   if [ ! X${config_UserChoices_Storage} = X ]; then 
     179  if [ ! X${config_UserChoices_STORAGE} = X ]; then 
    180180    #==================================================== 
    181181    #- STORAGE (dedicated to small/medium files) 
    182     typeset STORAGE=${config_UserChoices_Storage} 
     182    typeset STORAGE=${config_UserChoices_STORAGE} 
    183183  else 
    184184    #==================================================== 
Note: See TracChangeset for help on using the changeset viewer.