Print

Print


Commit in hps-et-java/scripts on MAIN
ldpath.sh+2-21.2 -> 1.3
use project.basedir

hps-et-java/scripts
ldpath.sh 1.2 -> 1.3
diff -u -r1.2 -r1.3
--- ldpath.sh	4 Jun 2013 19:24:11 -0000	1.2
+++ ldpath.sh	4 Jun 2013 19:48:37 -0000	1.3
@@ -1,10 +1,10 @@
 #!/bin/sh
 
 if [[ `uname` == "Darwin" ]]; then
-  export DYLD_LIBRARY_PATH=`pwd`/lib/Darwin-x86_32/
+  export DYLD_LIBRARY_PATH=${project.basedir}/lib/Darwin-x86_32/
   echo DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH
 elif [[ `uname` == "Linux" ]]; then
-  export LD_LIBRARY_PATH=`pwd`/lib/Linux-x86_64/
+  export LD_LIBRARY_PATH=${project.basedir}/lib/Linux-x86_64/
   echo LD_LIBRARY_PATH=$LD_LIBRARY_PATH
 else
   echo "ERROR: Unrecognized platform."
CVSspam 0.2.12


Use REPLY-ALL to reply to list

To unsubscribe from the LCD-CVS list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=LCD-CVS&A=1