From f01eebf19e19ba5ecfa43df0d261900ba956da6c Mon Sep 17 00:00:00 2001 From: Alexander van Amesfoort <amesfoort@astron.nl> Date: Tue, 21 Mar 2017 14:44:25 +0000 Subject: [PATCH] Task #8691: INSTALL: sourcing shell script using 'source' also works for C-shells, so avoid '.' --- INSTALL | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/INSTALL b/INSTALL index 6796a51d055..a8082161a9b 100644 --- a/INSTALL +++ b/INSTALL @@ -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 -- GitLab