Skip to content
Snippets Groups Projects
Commit 1ce9d8e6 authored by Orgis, Dr. Thomas's avatar Orgis, Dr. Thomas
Browse files

build_lofar.sh: remove bad double-quoting for init.sh

parent db7d1c40
No related branches found
No related tags found
No related merge requests found
......@@ -706,8 +706,8 @@ EOT
echo "export PATH=\"\$lofar_prefix/$p/bin:\$PATH\""
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 LD_RUN_PATH="\$lofar_prefix/$p/lib:\$LD_RUN_PATH"
export LIBRARY_PATH="\$lofar_prefix/$p/lib:\$LIBRARY_PATH"
EOT
test -d "$pp/include" &&
echo "export CPATH=\"\$lofar_prefix/$p/include:\$CPATH\""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment