From c33684202825d3aad7a58f810e594cffb621fa02 Mon Sep 17 00:00:00 2001 From: Tiffany Meyer Date: Fri, 3 Dec 2021 10:59:07 -0500 Subject: [PATCH] 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. --- rpms/awips2.upc/Installer.awips/scripts/profile.d/awips2.csh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpms/awips2.upc/Installer.awips/scripts/profile.d/awips2.csh b/rpms/awips2.upc/Installer.awips/scripts/profile.d/awips2.csh index 92cf41fbde..c4793fcbd8 100755 --- a/rpms/awips2.upc/Installer.awips/scripts/profile.d/awips2.csh +++ b/rpms/awips2.upc/Installer.awips/scripts/profile.d/awips2.csh @@ -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