From 8956c7cebb7062a049c62d9ef8f8a1fd2bc7b6f2 Mon Sep 17 00:00:00 2001
From: Joris van Zwieten <zwieten@astron.nl>
Date: Wed, 13 Aug 2008 12:18:56 +0000
Subject: [PATCH] Bug 1217: changed offending line to . ./lofarinit.sh

---
 autoconf_share/runtest.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/autoconf_share/runtest.sh b/autoconf_share/runtest.sh
index c84bf78b398..6c2c9471efd 100755
--- a/autoconf_share/runtest.sh
+++ b/autoconf_share/runtest.sh
@@ -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
 
-- 
GitLab