Skip to content
Snippets Groups Projects
Commit f01eebf1 authored by Alexander van Amesfoort's avatar Alexander van Amesfoort
Browse files

Task #8691: INSTALL: sourcing shell script using 'source' also works for C-shells, so avoid '.'

parent be7d342a
No related branches found
No related tags found
No related merge requests found
......@@ -118,8 +118,8 @@ Instructions for Manual Build from Source
All tests should pass, however, a few packages (not selected above) require
GPU hardware or a database to pass all tests.
- You may want to add the installation path bin/ to your PATH by sourcing (not executing!) the lofarinit script:
- You may want to add the installation path bin/ to your PATH by sourcing the lofarinit script:
. "$HOME/local/$LOFAR_RELEASE/lofarinit.sh" # for Bourne-like shells, or
. "$HOME/local/$LOFAR_RELEASE/lofarinit.csh" # for C-like shells
source "$HOME/local/$LOFAR_RELEASE/lofarinit.sh" # for Bourne-like shells, or
source "$HOME/local/$LOFAR_RELEASE/lofarinit.csh" # for C-like shells
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment