Changeset 1060


Ignore:
Timestamp:
09/23/14 12:13:02 (10 years ago)
Author:
sdipsl
Message:
  • seems more natural to have upper case here
Location:
trunk/libIGCM/libIGCM_sys
Files:
5 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    #==================================================== 
  • 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    #==================================================== 
  • 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    #==================================================== 
  • 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    #==================================================== 
  • trunk/libIGCM/libIGCM_sys/libIGCM_sys_obelix.ksh

    r1059 r1060  
    165165  IGCM_debug_PushStack "IGCM_sys_defineArchives" 
    166166 
    167   if [ ! X${config_UserChoices_Archive} = X ]; then 
     167  if [ ! X${config_UserChoices_ARCHIVE} = X ]; then 
    168168    #==================================================== 
    169169    #- ARCHIVE (dedicated to large files) 
    170     typeset ARCHIVE=${config_UserChoices_Archive} 
     170    typeset ARCHIVE=${config_UserChoices_ARCHIVE} 
    171171  else 
    172172    #==================================================== 
     
    175175  fi 
    176176 
    177   if [ ! X${config_UserChoices_Storage} = X ]; then 
     177  if [ ! X${config_UserChoices_STORAGE} = X ]; then 
    178178    #==================================================== 
    179179    #- STORAGE (dedicated to small/medium files) 
    180     typeset STORAGE=${config_UserChoices_Storage} 
     180    typeset STORAGE=${config_UserChoices_STORAGE} 
    181181  else 
    182182    #==================================================== 
Note: See TracChangeset for help on using the changeset viewer.