source: issm/oecreview/Archive/12678-13393/ISSM-13208-13209.diff@ 13394

Last change on this file since 13394 was 13394, checked in by Mathieu Morlighem, 13 years ago

Added 12678-13393

File size: 1.0 KB
  • u/astrid-r1b/morlighe/issmuci/trunk-jpl/../trunk-jpl/etc/environment.sh

     
    3030        if [ -d "$1" ] && [[ ":$DYLD_LIBRARY_PATH:" != *":$1:"* ]]; then
    3131                export DYLD_LIBRARY_PATH="$1:$DYLD_LIBRARY_PATH"
    3232        fi
    33         if [ -d "$1" ] && [[ ":$DYLD_RUN_PATH:" != *":$1:"* ]]; then
    34                 export DYLD_RUN_PATH="$1:$DYLD_RUN_PATH"
     33        if [ -d "$1" ] && [[ ":$LD_RUN_PATH:" != *":$1:"* ]]; then
     34                export LD_RUN_PATH="$1:$LD_RUN_PATH"
    3535        fi
    3636} #}}}
    3737dylibpathappend(){ #{{{
    3838        if [ -d "$1" ] && [[ ":$DYLD_LIBRARY_PATH:" != *":$1:"* ]]; then
    3939                export DYLD_LIBRARY_PATH="$DYLD_LIBRARY_PATH:$1"
    4040        fi
    41         if [ -d "$1" ] && [[ ":$DYLD_RUN_PATH:" != *":$1:"* ]]; then
    42                 export DYLD_RUN_PATH="$DYLD_RUN_PATH:$1"
     41        if [ -d "$1" ] && [[ ":$LD_RUN_PATH:" != *":$1:"* ]]; then
     42                export LD_RUN_PATH="$LD_RUN_PATH:$1"
    4343        fi
    4444} #}}}
    4545
Note: See TracBrowser for help on using the repository browser.