Skip to content
Snippets Groups Projects
Commit 3569d7fb authored by Ger van Diepen's avatar Ger van Diepen
Browse files

%[ER: 253]%

Fixed little bug
parent 48213e4a
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ set a_root = . #filled in by install
# First strip the current LOFARROOT from PATH and LD_LIBRARY_PATH
# Take care that a possible . is preceeded by a backslash.
if (! $?LOFARROOT) then
if ($?LOFARROOT) then
set a_path = `echo $LOFARROOT | sed -e 's/\./\\\./g'`
set a_bin = "$a_path/bin"
setenv PATH `echo $PATH | sed -e "s%:${a_bin}:%:%g" -e "s%^${a_bin}:%%" -e "s%:${a_bin}"'$%%' -e "s%^${a_bin}"'$%%'`
......
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