Ignore:
Timestamp:
12/19/08 11:55:44 (16 years ago)
Author:
pinsard
Message:

bug fixes, add guides sources and tools

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/superbib_profile.sh

    r82 r83  
    2929# ${SUPERBIB} 
    3030# 
    31 # ${PROJECT_LOG} ++ 
     31# ${SUPERBIB_LOG} 
    3232# 
    3333# ${SUPERBIB_ID} 
     
    3939# EXAMPLES 
    4040# ======== 
    41 # 
    4241# 
    4342# For fplod, on aedon.locean-ipsl.upmc.fr: 
     
    166165fi 
    167166# 
    168 PROJECT_LOG=${tempdir} 
    169 export PROJECT_LOG 
    170 if [ ! -d ${PROJECT_LOG} ]  
    171 then 
    172   mkdir -p ${PROJECT_LOG} 
    173   echo "${command} : iii : creation of \${PROJECT_LOG}" 
     167SUPERBIB_LOG=${tempdir} 
     168export SUPERBIB_LOG 
     169if [ ! -d ${SUPERBIB_LOG} ]  
     170then 
     171  mkdir -p ${SUPERBIB_LOG} 
     172  echo "${command} : iii : creation of \${SUPERBIB_LOG}" 
    174173fi  
    175 # check for permission on PROJECT_LOG 
    176 if [ ! -x ${PROJECT_LOG} ] 
    177 then 
    178  echo " eee : ${PROJECT_LOG} not reachable" 
    179  # nb : no exit because this file should be launched by login process 
    180 fi 
    181 # 
    182 # check for permission on PROJECT_LOG 
    183 if [ ! -w ${PROJECT_LOG} ] 
    184 then 
    185  echo " eee : ${PROJECT_LOG} not writable" 
     174# check for permission on SUPERBIB_LOG 
     175if [ ! -x ${SUPERBIB_LOG} ] 
     176then 
     177 echo " eee : ${SUPERBIB_LOG} not reachable" 
     178 # nb : no exit because this file should be launched by login process 
     179fi 
     180# 
     181# check for permission on SUPERBIB_LOG 
     182if [ ! -w ${SUPERBIB_LOG} ] 
     183then 
     184 echo " eee : ${SUPERBIB_LOG} not writable" 
    186185 # nb : no exit because this file shouldreachable be launched by login process 
    187186fi 
Note: See TracChangeset for help on using the changeset viewer.