Skip to content
Snippets Groups Projects
Commit 8956c7ce authored by Joris van Zwieten's avatar Joris van Zwieten
Browse files

Bug 1217: changed offending line to . ./lofarinit.sh

parent 7f584aea
No related branches found
No related tags found
No related merge requests found
......@@ -86,9 +86,10 @@ if test -f "$prefix/lofarinit.sh"; then
else
lofarinitdir=`pwd | sed -e 's%/LOFAR/.*%/LOFAR/LCS/Tools/src%'`
fi
if test -r "$lofarinitdir/lofarinit.sh"; then
cd "$lofarinitdir"
. lofarinit.sh
. ./lofarinit.sh
fi
cd $curwd
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment