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

    r1057 r1060  
    155155  IGCM_debug_PushStack "IGCM_sys_defineArchives" 
    156156 
    157   if [ ! X${config_UserChoices_Archive} = X ]; then 
     157  if [ ! X${config_UserChoices_ARCHIVE} = X ]; then 
    158158    #==================================================== 
    159159    #- ARCHIVE (dedicated to large files) 
    160     typeset ARCHIVE=${config_UserChoices_Archive} 
     160    typeset ARCHIVE=${config_UserChoices_ARCHIVE} 
    161161  else 
    162162    #==================================================== 
     
    165165  fi 
    166166 
    167   if [ ! X${config_UserChoices_Storage} = X ]; then 
     167  if [ ! X${config_UserChoices_STORAGE} = X ]; then 
    168168    #==================================================== 
    169169    #- STORAGE (dedicated to small/medium files) 
    170     typeset STORAGE=${config_UserChoices_Storage} 
     170    typeset STORAGE=${config_UserChoices_STORAGE} 
    171171  else 
    172172    #==================================================== 
Note: See TracChangeset for help on using the changeset viewer.