Additional change to the awip2.csh file to fix problem based off a user request who whas having issues when logging in as root using tcsh.
This commit is contained in:
parent
427960a911
commit
c336842028
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ setenv PATH /awips2/edex/bin:$PATH
|
|||
if ( ${USER} == "root" ) then
|
||||
alias ldmadmin service edex_ldm
|
||||
if $?LD_LIBRARY_PATH then
|
||||
setenv LD_LIBRARY_PATH $LD_LIBRARY_PATH:/usr/lib64
|
||||
setenv LD_LIBRARY_PATH ${LD_LIBRARY_PATH}:/usr/lib64
|
||||
else
|
||||
setenv LD_LIBRARY_PATH /usr/lib64
|
||||
endif
|
||||
|
|
Loading…
Add table
Reference in a new issue