Skip to content
Snippets Groups Projects
Commit f084ba25 authored by lintao@ihep.ac.cn's avatar lintao@ihep.ac.cn
Browse files

source the additional script.

parent a23ca045
No related branches found
No related tags found
No related merge requests found
......@@ -54,6 +54,12 @@ function setup-install-area() {
export PYTHONPATH=$installarea/lib:$PYTHONPATH
export PYTHONPATH=$installarea/python:$PYTHONPATH
export ROOT_INCLUDE_PATH=$installarea/include:$ROOT_INCLUDE_PATH
local extrasetupscript=$installarea/setup.sh
if [ -f "$extrasetupscript" ]; then
source $extrasetupscript
fi
info: "Setup CEPCSW: $installarea"
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment