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

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

Added 12678-13393

File size: 1.0 KB
RevLine 
[13394]1Index: /u/astrid-r1b/morlighe/issmuci/trunk-jpl/../trunk-jpl/etc/environment.sh
2===================================================================
3--- /u/astrid-r1b/morlighe/issmuci/trunk-jpl/../trunk-jpl/etc/environment.sh (revision 13208)
4+++ /u/astrid-r1b/morlighe/issmuci/trunk-jpl/../trunk-jpl/etc/environment.sh (revision 13209)
5@@ -30,16 +30,16 @@
6 if [ -d "$1" ] && [[ ":$DYLD_LIBRARY_PATH:" != *":$1:"* ]]; then
7 export DYLD_LIBRARY_PATH="$1:$DYLD_LIBRARY_PATH"
8 fi
9- if [ -d "$1" ] && [[ ":$DYLD_RUN_PATH:" != *":$1:"* ]]; then
10- export DYLD_RUN_PATH="$1:$DYLD_RUN_PATH"
11+ if [ -d "$1" ] && [[ ":$LD_RUN_PATH:" != *":$1:"* ]]; then
12+ export LD_RUN_PATH="$1:$LD_RUN_PATH"
13 fi
14 } #}}}
15 dylibpathappend(){ #{{{
16 if [ -d "$1" ] && [[ ":$DYLD_LIBRARY_PATH:" != *":$1:"* ]]; then
17 export DYLD_LIBRARY_PATH="$DYLD_LIBRARY_PATH:$1"
18 fi
19- if [ -d "$1" ] && [[ ":$DYLD_RUN_PATH:" != *":$1:"* ]]; then
20- export DYLD_RUN_PATH="$DYLD_RUN_PATH:$1"
21+ if [ -d "$1" ] && [[ ":$LD_RUN_PATH:" != *":$1:"* ]]; then
22+ export LD_RUN_PATH="$LD_RUN_PATH:$1"
23 fi
24 } #}}}
25
Note: See TracBrowser for help on using the repository browser.