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