source:
issm/oecreview/Archive/12678-13393/ISSM-13208-13209.diff
Last change on this file was 13394, checked in by , 13 years ago | |
---|---|
File size: 1.0 KB |
-
u/astrid-r1b/morlighe/issmuci/trunk-jpl/../trunk-jpl/etc/environment.sh
30 30 if [ -d "$1" ] && [[ ":$DYLD_LIBRARY_PATH:" != *":$1:"* ]]; then 31 31 export DYLD_LIBRARY_PATH="$1:$DYLD_LIBRARY_PATH" 32 32 fi 33 if [ -d "$1" ] && [[ ":$ DYLD_RUN_PATH:" != *":$1:"* ]]; then34 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" 35 35 fi 36 36 } #}}} 37 37 dylibpathappend(){ #{{{ 38 38 if [ -d "$1" ] && [[ ":$DYLD_LIBRARY_PATH:" != *":$1:"* ]]; then 39 39 export DYLD_LIBRARY_PATH="$DYLD_LIBRARY_PATH:$1" 40 40 fi 41 if [ -d "$1" ] && [[ ":$ DYLD_RUN_PATH:" != *":$1:"* ]]; then42 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" 43 43 fi 44 44 } #}}} 45 45
Note:
See TracBrowser
for help on using the repository browser.