ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
Root Listing
root
/
cvsroot
/
UserCode
/
MitProd
/
Processing
/
bin
/
processing.sh
Revision:
1.2
Committed:
Sat Jun 5 02:36:28 2010 UTC
(14 years, 11 months ago) by
paus
Content type:
application/x-sh
Branch:
MAIN
CVS Tags:
Mit_014a
Changes since
1.1
:
+9 -0 lines
Log Message:
Wow I forgot all about my cvs.
File Contents
#
Content
1
if [ -z $CMSSW_BASE ]
2
then
3
echo ""
4
echo " Setting up MitProd Processing failed! (\$CMSSW_BASE = is empty)."
5
echo ""
6
else
7
export PATH="$CMSSW_BASE/src/MitProd/Processing/bin:${PATH}"
8
export PYTHONPATH="$CMSSW_BASE/src/MitProd/Processing/python:${PYTHONPATH}"
9
fi