From 31bede209cb9eface2e117b3d75165df43ea2a9b Mon Sep 17 00:00:00 2001
From: "Dr. Thomas Orgis" <thomas.orgis@uni-hamburg.de>
Date: Fri, 27 Mar 2020 18:58:27 +0100
Subject: [PATCH] missing =

---
 build_lofar.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build_lofar.sh b/build_lofar.sh
index 0a11f9e..45e120b 100644
--- a/build_lofar.sh
+++ b/build_lofar.sh
@@ -693,7 +693,7 @@ EOT
     test -d "$pp/lib" &&
       cat <<EOT
 export LD_RUN_PATH=\"\$lofar_prefix/$p/lib:\$LD_RUN_PATH\"
-export LIBRARY_PATH\"\$lofar_prefix/$p/lib:\$LIBRARY_PATH\"
+export LIBRARY_PATH=\"\$lofar_prefix/$p/lib:\$LIBRARY_PATH\"
 EOT
     test -d "$pp/include" &&
       echo "export CPATH=\"\$lofar_prefix/$p/include:\$CPATH\""
-- 
GitLab