Skip to content
Snippets Groups Projects
Commit 836b9374 authored by Jan David Mol's avatar Jan David Mol
Browse files

Task #9048: Do not error if lofarinit.sh is not installed (which happens in derived images)

parent 1a1666f8
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
# lofar
source ${INSTALLDIR}/lofar/lofarinit.sh
[ -r ${INSTALLDIR}/lofar/lofarinit.sh ] && source ${INSTALLDIR}/lofar/lofarinit.sh
# python-casacore
export PYTHONPATH=${PYTHONPATH}:${INSTALLDIR}/python-casacore/lib/python2.7/site-packages
......
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