Revision 2a34a291bcd20c041de8f14d99ec59f189e99157 authored by Philippe Canal on 10 December 2009, 20:13:33 UTC, committed by Philippe Canal on 10 December 2009, 20:13:33 UTC

git-svn-id: http://root.cern.ch/svn/root/trunk@31824 27541ba8-7e3a-0410-8455-c3a389f83636
1 parent f2b3032
Raw File
setenv.sh
export PATH=$PWD/bin:$PATH
export LD_LIBRARY_PATH=$PWD/lib:$LD_LIBRARY_PATH
if uname | grep CYGWIN > /dev/null; then
	export CINTSYSDIR=`cygpath -m $PWD`
else
	export CINTSYSDIR=$PWD
fi
back to top